.elementor-2178 .elementor-element.elementor-element-4abadc2{--display:grid;--e-con-grid-template-columns:3fr 7fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:start;--align-items:center;--z-index:99;}.elementor-2178 .elementor-element.elementor-element-4abadc2:not(.elementor-motion-effects-element-type-background), .elementor-2178 .elementor-element.elementor-element-4abadc2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F4F2;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2178 .elementor-element.elementor-element-842633e{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-2178 .elementor-element.elementor-element-842633e.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-2178 .elementor-element.elementor-element-4abadc2{--grid-auto-flow:row;}.elementor-2178 .elementor-element.elementor-element-842633e{padding:0px 30px 0px 0px;}}@media(min-width:768px){.elementor-2178 .elementor-element.elementor-element-4abadc2{--content-width:1400px;}}@media(max-width:767px){.elementor-2178 .elementor-element.elementor-element-4abadc2{--e-con-grid-template-columns:1fr;--grid-auto-flow:row;--justify-items:center;}.elementor-2178 .elementor-element.elementor-element-842633e{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-842633e */.header-nav {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    border: 1px solid transparent;
    background: transparent !important;
    background-color: transparent !important;
    cursor: pointer;
    font-size: 30px;
    color: #000;
    padding: 0;
    transition: all 0.3s ease;
    margin: 0 auto;
    outline: none;
    box-shadow: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    color: #AE9560;
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid transparent;
}

.header-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.primary-menu {
    gap: 56px;
    flex-shrink: 0;
}

.secondary-menu {
    gap: 32px;
    margin-left: auto;
    flex-shrink: 0;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 2%;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header-menu a:hover {
    color: #6A787E;
}

.primary-menu a::after,
.secondary-menu a.secondary::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #6A787E;
    transition: all .35s ease;
}

.primary-menu li:hover > a::after,
.secondary-menu li:hover > a.secondary::after {
    width: 100%;
}

.primary-menu a.active,
.secondary-menu a.secondary.active {
    color: #000 !important;
}

.primary-menu a.active::after,
.secondary-menu a.secondary.active::after {
    width: 100% !important;
    background: #AE9560 !important;
}

.primary-menu a.active:hover,
.secondary-menu a.secondary.active:hover {
    color: #000 !important;
}

.header-menu li.has-dropdown {
    position: relative;
}

    /*Dropdown*/
    
.header-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin: 0;
    list-style: none;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease-in-out;
    z-index: 999;
}

.header-menu li.has-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-menu .dropdown-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-menu .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header-menu .dropdown-menu a:hover,
.header-menu .dropdown-menu a.active,
.header-menu .dropdown-menu a.active:hover {
    color: #AE9560 !important;
}

.header-menu li.has-dropdown::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

        /*End Dropdown*/

.dealer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px !important;
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 13px !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
}

.dealer-btn:hover {
    background: transparent;
    color: #000 !important;
}

.divider {
    width: 2px;
    height: 35px;
    background: #AE9560;
}

.lang {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang span {
    color: #AE9560;
    font-size: 16px;
}

.lang a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.lang a.active {
    font-weight: 700;
    color: #000;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -340px;
    width: 320px;
    max-width: 90vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 32px;
    overflow: auto;
    transition: left 0.35s ease;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu ul {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
}

.mobile-menu li {
    border-bottom: 1px solid #EFEFEF;
}

.mobile-menu li:last-child {
    border: none;
}

.mobile-menu a {
    display: block;
    padding: 20px 0;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.mobile-menu a.active {
    color: #AE9560 !important;
    font-weight: 700;
}

.mobile-menu .menu-divider {
    border: none;
    height: 20px;
}

.mobile-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.mobile-link-wrap a {
    flex-grow: 1;
    padding: 15px 0;
}

.mobile-toggle-icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mobile-toggle-icon::after {
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.mobile-has-dropdown.open .mobile-toggle-icon::after {
    transform: rotate(-135deg);
    margin-top: 6px;
}

.mobile-sub-menu {
    display: none;
    padding: 0 0 10px 20px !important;
    list-style: none;
}

.mobile-has-dropdown.open .mobile-sub-menu {
    display: block;
}

.mobile-sub-menu li {
    border-bottom: none !important;
}

.mobile-sub-menu a {
    padding: 10px 0 !important;
    font-size: 15px !important;
    color: #6A787E !important;
}

.mobile-menu .dealer-btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px 0 !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    width: fit-content !important; 
}

.mobile-lang-inline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px;
    white-space: nowrap !important;
    border-bottom: none !important;
    padding: 10px 0;
}

.mobile-lang-inline a {
    display: inline-block !important;
    padding: 5px !important;
}

.menu-close {
    position: absolute;
    right: 25px;
    top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
}

.menu-close:hover,
.menu-close:focus,
.menu-close:active {
    color: #000;
    background: transparent !important;
    border: 1px solid #000;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

@media(max-width:1024px) {
    .menu-toggle {
        display: block;
    }
    .header-menu-container {
        display: none !important;
    }
    .mobile-menu a {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .mobile-menu {
        width: 325px;
        padding: 50px  25px;
    }
}/* End custom CSS */