.elementor-1263 .elementor-element.elementor-element-ef79594{--spacer-size:26px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-6633c59 *//* تنظیمات کلی */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Vazirmatn", Tahoma, sans-serif;
    background-color: #f5f7f8;
    color: #113f54;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

/* هدر اصلی */
.main-header {
    width: 100%;
    min-height: 62px;
    background-color: #ffffff;
    border-top: 1px solid #e2e6e8;
    border-bottom: 1px solid #d8dee1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1000;
}

.header-container {
    width: min(1390px, calc(100% - 40px));
    min-height: 61px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

/* لوگو */
.header-logo {
    width: 102px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo img {
    display: block;
    width: 100%;
    max-height: 48px;
    object-fit: contain;
}

/* منوی اصلی */
.main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    min-width: 0;
}

.nav-link,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #16475b;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-link i {
    color: #075472;
    font-size: 17px;
}

.nav-link:hover,
.text-link:hover {
    color: #f5821f;
}

.nav-link:hover i {
    color: #f5821f;
}

/* گزینه برجسته دامنه */
.special-link {
    min-height: 41px;
    padding: 0 16px;
    color: #ffffff;
    background-color: #07516d;
    border-radius: 11px;
    font-weight: 600;
}

.special-link i {
    color: #ff9b22;
}

.special-link:hover {
    color: #ffffff;
    background-color: #063f55;
}

.special-link:hover i {
    color: #ffad45;
}

/* جداکننده */
.nav-separator {
    width: 1px;
    height: 30px;
    background-color: #e1e5e7;
}

/* دسته‌بندی */
.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    color: #f47b13;
    background-color: #f2f4f5;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.category-link:hover {
    background-color: #e9edef;
}

/* منوی بیشتر */
.more-menu {
    position: relative;
}

.more-button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #9aa4aa;
    background-color: #f0f2f3;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s ease;
}

.more-button:hover {
    color: #f5821f;
    background-color: #e7ebed;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 170px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #e0e5e7;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(12, 52, 68, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
}

.more-menu:hover .dropdown-menu,
.more-menu:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #244d5d;
    font-size: 13px;
}

.dropdown-menu a:hover {
    color: #f5821f;
    background-color: #f5f7f8;
}

/* بخش عملیات سمت چپ هدر */
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.submit-button {
    min-height: 39px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #123f53;
    background-color: #ffffff;
    border: 1px solid #07516d;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
}

.submit-button:hover {
    color: #ffffff;
    background-color: #07516d;
}

.support-link {
    width: 32px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f5821f;
    font-size: 21px;
    border-left: 1px solid #d9dfe2;
    padding-left: 13px;
}

.login-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #16475b;
    font-size: 14px;
    white-space: nowrap;
}

.login-link i {
    color: #f5821f;
    font-size: 23px;
}

.login-link:hover {
    color: #f5821f;
}

/* دکمه موبایل */
.mobile-menu-button {
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce3e6;
    border-radius: 9px;
    color: #07516d;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 20px;
}

/* نمایشگرهای متوسط */
@media (max-width: 1200px) {
    .header-container {
        gap: 15px;
    }

    .main-navigation {
        gap: 15px;
    }

    .text-link {
        font-size: 13px;
    }

    .text-link:last-child {
        display: none;
    }
}

/* موبایل و تبلت */
@media (max-width: 992px) {
    .main-header {
        min-height: 68px;
    }

    .header-container {
        width: calc(100% - 28px);
        min-height: 67px;
    }

    .header-logo {
        width: 90px;
    }

    .mobile-menu-button {
        display: inline-flex;
        margin-right: auto;
    }

    .header-actions {
        margin-right: auto;
    }

    .support-link {
        display: none;
    }

    .main-navigation {
        position: absolute;
        top: 68px;
        right: 14px;
        left: 14px;
        padding: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        background-color: #ffffff;
        border: 1px solid #dde3e6;
        border-radius: 0 0 14px 14px;
        box-shadow: 0 15px 30px rgba(12, 52, 68, 0.12);
    }

    .main-navigation.menu-open {
        display: flex;
    }

    .nav-link,
    .text-link,
    .category-link {
        width: 100%;
        min-height: 44px;
        padding: 9px 12px;
        border-radius: 8px;
    }

    .nav-link:hover,
    .text-link:hover {
        background-color: #f5f7f8;
    }

    .special-link {
        color: #ffffff;
        background-color: #07516d;
    }

    .nav-separator {
        width: 100%;
        height: 1px;
        margin: 5px 0;
    }

    .more-menu {
        order: 20;
    }

    .more-button {
        display: none;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .dropdown-menu a {
        min-height: 42px;
        display: flex;
        align-items: center;
    }
}

/* موبایل کوچک */
@media (max-width: 600px) {
    .header-container {
        width: calc(100% - 20px);
        gap: 10px;
    }

    .header-logo {
        width: 78px;
    }

    .submit-button {
        padding: 0 11px;
        font-size: 12px;
    }

    .login-link span {
        display: none;
    }

    .login-link i {
        font-size: 25px;
    }
}/* End custom CSS */