﻿/* ===== هدر ===== */
.custom-header {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif;
}

/* بالای هدر */
.top-bar {
    background-color: #a7ad8f;
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; /* اینجا مهمه */
    padding: 0.5rem 1rem;
}


.top-bar i {
    margin-left: 6px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.social-language {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.social-language a {
    color: white;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.social-language a:hover {
    color: #3f4422;
}

/* پرچم زبان */
.lang-flag {
    width: 24px;
    height: 16px;
    object-fit: contain;
    border-radius: 2px;
    margin-left: 5px;
}

/* منو */
.navbar {
    background-color: #e9e4d9; /* رنگ خاکی روشن */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    color: #3f4422 !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar .nav-link:hover {
    text-decoration: underline;
    color: #2c2c2c !important;
}

.navbar-brand img {
    max-height: 50px;
}

/* منوی زبان */
.lang-switcher {
    position: relative;
}

.lang-switcher .dropdown-menu {
    background-color: #333;
    border: none;
    min-width: 120px;
    text-align: right;
    padding: 0.5rem 0;
    inset: auto auto auto 0 !important;
}

.lang-switcher .dropdown-item {
    color: white;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0.35rem 1rem;
    background-color: transparent;
}

.lang-switcher .dropdown-item:hover {
    background-color: #444;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .contact-info {
        display: none !important; /* فقط آدرس و ایمیل مخفی بشن */
    }

    .social-language {
        justify-content: center !important; /* وسط‌چین بشه در حالت کوچیک */
        width: 100%;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .navbar .nav-link {
        padding: 0.5rem;
    }

    .lang-switcher .dropdown-menu {
        left: auto !important;
        right: 0 !important;
    }
}


.social-icons a {
    color: white;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

    .social-icons a:hover {
        color: #3f4422;
    }

/* خط جداکننده بین زبان و آیکن‌ها */
.separator-line {
    width: 1px;
    height: 20px;
    background-color: #ffffff88;
    margin: 0 10px;
}


/* دکمه زبان داخل سوییچر */
.lang-switcher button.dropdown-toggle {
    gap: 6px; /* فاصله بین اجزا */
    padding: 4px 10px;
}

/* آیکون فلش پایین پیش‌فرض بوت‌استرپ */
.lang-switcher .dropdown-toggle::after {
    margin-right: 4px;
}

/* پرچم زبان */
.lang-switcher .lang-flag {
    width: 22px;
    height: 15px;
    margin: 0 !important;
}
