.elementor-13 .elementor-element.elementor-element-dc8a896{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bc5e9c1 */*/
.site-header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


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

.header-top {
    background-color: #1f1f1f;
    padding: 10px 0;
    border-bottom: 1px solid #2d2d2d;
}

.site-logo a {
    color: #ffffff;
    text-decoration: none;
    font-size: 26px;
}
.logo-bold { font-weight: bold; }
.logo-light { font-weight: 300; }

.header-search {
    flex-grow: 1;
    max-width: 500px;
    margin: 0 20px;
    position: relative;
}
.header-search input {
    width: 100%;
    padding: 8px 35px 8px 12px;
    border-radius: 4px;
    border: 1px solid #444;
    background-color: #ffffff;
    font-size: 14px;
}
.header-search .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-promo {
    background-color: #f3a444;
    color: #000000;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s;
}
.btn-promo:hover {
    background-color: #e29333;
}

.auth-links {
    color: #ffffff;
    font-size: 13px;
}
.auth-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.auth-links .divider {
    color: #666;
    margin: 0 4px;
}

.header-icon {
    color: #999;
    cursor: pointer;
    font-size: 16px;
}


.header-main-nav {
    background-color: #111111;
}
.main-menu {
    display: flex;
    list-style: none;
    width: 100%;
    overflow-x: auto;
}
.main-menu li a {
    display: block;
    color: #e0e0e0;
    text-decoration: none;
    padding: 12px 12px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.main-menu li a:hover {
    color: #ffffff;
    background-color: #222222;
}
.main-menu .arrow {
    font-size: 9px;
    color: #888;
    margin-left: 2px;
}

.main-menu .menu-pro a {
    color: #f3a444;
    font-weight: bold;
}


.header-sub-nav {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}
.sub-menu {
    display: flex;
    list-style: none;
    width: 100%;
    overflow-x: auto;
}
.sub-menu li a {
    display: block;
    color: #555555;
    text-decoration: none;
    padding: 10px 12px;
    font-size: 12px;
    white-space: nowrap;
}
.sub-menu li a:hover {
    color: #000000;
    background-color: #e9e9e9;
}


.sub-menu li.active {
    background-color: #ffffff;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.sub-menu li.active a {
    color: #000000;
    font-weight: bold;
}

.sub-menu .menu-ai a {
    background-color: #e8ecef;
    border-radius: 4px;
    padding: 6px 10px;
    margin: 4px 2px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .header-container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .header-search {
        order: 3;
        max-width: 100%;
        margin: 5px 0 0 0;
    }
    .main-menu, .sub-menu {
        scrollbar-width: none; 
    }
    .main-menu::-webkit-scrollbar, .sub-menu::-webkit-scrollbar {
        display: none; 
    }
}/* End custom CSS */