/*
Theme Name: PhotoPanjere
Theme URI: https://photopanjere.ir
Author: PhotoPanjere
Author URI: https://photopanjere.ir
Description: قالب اختصاصی فتوپنجره
Version: 1.0
*/

body {
    margin: 0;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    direction: rtl;
}
/* Header */

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
}


.container {
    width: 90%;
    max-width: 1250px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Logo */

.logo a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}
.logo img {
    width: 140px;
    height: auto;
    display: block;
}

/* Menu */

.main-menu a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}


.main-menu a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}


/* Order Button */

.order-button a {
    display: inline-block;
    background: #0b1f3a;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}


/* Mobile */

@media(max-width:768px){

    .container {
        flex-direction: column;
        gap:20px;
    }

    .main-menu ul {
        flex-direction: column;
        text-align:center;
    }

}
.announcement-bar {
    background: #0b1f3a;
    color: #ffffff;
    text-align: center;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 500;
}