/*
Theme Name: Sahar
Theme URI: https://syedzeeshanali.com
Author: Syed Zeeshan Ali
Author URI: https://syedzeeshanali.com
Description: A fast, modern, and free premium-style WordPress theme for news, magazines, and blogs.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sahar
Tags: news, blog, magazine, elementor, responsive, fast, modern
*/

.sahar-header {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    background: #fff;
}

.sahar-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sahar-logo img {
    max-height: 50px;
}

.sahar-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.sahar-nav a {
    text-decoration: none;
    color: #111;
    font-weight: 500;
}