/*
Theme Name: Hello Child
Template: hello-elementor
Description: چایلد تم سفارشی برای قالب Hello Elementor با هدر و فوتر اختصاصی
Version: 1.0
*/

/* ===== هدر ===== */
.custom-site-header {
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.custom-site-header .site-logo {
    order: 2; /* سمت راست در RTL */
}

.custom-site-header .site-logo img {
    max-height: 45px;
    width: auto;
    display: block;
}

.custom-site-header .site-logo a {
    display: inline-block;
}

.custom-site-header nav.main-menu {
    order: 1;
    flex: 1;
    display: flex;
    justify-content: center;
}

.custom-site-header nav.main-menu ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.custom-site-header nav.main-menu ul li a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.custom-site-header nav.main-menu ul li a:hover {
    color: #007cba;
}

/* رزپانسیو ساده برای موبایل */
@media (max-width: 768px) {
    .custom-site-header {
        flex-direction: column;
        gap: 12px;
    }
    .custom-site-header nav.main-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
}

/* ===== فوتر ===== */
.custom-site-footer {
    direction: rtl;
    text-align: center;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    color: #555;
}

.custom-site-footer a {
    color: #007cba;
    text-decoration: none;
}
