.elementor-29 .elementor-element.elementor-element-d3f7e69{--display:flex;}.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-260f07a *//*==========================================================================
  PREMIUM ISOLATED DESIGN ARCHITECTURE VARIABLES (BMW / PORSCHE INSP.)
============================================================================*/
.auto-header {
  --auto-bg: #0B0D12;
  --auto-secondary: #131720;
  --auto-card: #181D27;
  --auto-accent: #F7B500;
  --auto-text: #FFFFFF;
  --auto-text-sec: #B7BCC8;
  --auto-border: #252A34;
  --auto-glass: rgba(19, 23, 32, 0.85);
  --auto-blur: saturate(180%) blur(20px);
  --auto-font: 'Vazirmatn', sans-serif;
  --auto-shadow-lux: 0 20px 50px rgba(0, 0, 0, 0.6);
  --auto-transition: all 300ms cubic-bezier(0.25, 0.8, 0.25, 1);

  font-family: var(--auto-font);
  background-color: var(--auto-bg);
  color: var(--auto-text);
  width: 100%;
  position: relative;
  z-index: 99999;
  box-sizing: border-box;
}

.auto-header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/* CONTAINER SCALER */
.auto-header .auto-header__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* SVG ICON CONSTRAINTS */
.auto-header svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/*==========================================================================
  TOP BAR CONFIGURATION
============================================================================*/
.auto-header .auto-header__top-bar {
  height: 42px;
  background-color: var(--auto-secondary);
  border-bottom: 1px solid var(--auto-border);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
}

.auto-header .auto-header__top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.auto-header .auto-header__top-left,
.auto-header .auto-header__top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.auto-header .auto-header__top-link {
  color: var(--auto-text-sec);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--auto-transition);
}

.auto-header .auto-header__top-link:hover {
  color: var(--auto-accent);
}

.auto-header .auto-header__promo-text {
  color: var(--auto-accent);
  font-weight: 500;
}

/* PREMIUM DROPDOWN SPECIFICS */
.auto-header .auto-header__dropdown {
  position: relative;
  cursor: pointer;
  color: var(--auto-text-sec);
}

.auto-header .auto-header__dropdown-current {
  display: flex;
  align-items: center;
  gap: 6px;
}

.auto-header .auto-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--auto-card);
  border: 1px solid var(--auto-border);
  border-radius: 6px;
  margin-top: 8px;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--auto-transition);
  z-index: 100;
  box-shadow: var(--auto-shadow-lux);
}

.auto-header .auto-header__dropdown:hover .auto-header__dropdown-menu,
.auto-header .auto-header__dropdown:focus .auto-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.auto-header .auto-header__dropdown-menu li {
  padding: 8px 16px;
  color: var(--auto-text-sec);
  transition: var(--auto-transition);
}

.auto-header .auto-header__dropdown-menu li:hover {
  background-color: var(--auto-secondary);
  color: var(--auto-accent);
}

/*==========================================================================
  MAIN HEADER ZONE
============================================================================*/
.auto-header .auto-header__main-nav {
  height: 90px;
  background-color: var(--auto-bg);
  transition: height 400ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms linear;
  display: block;
}

.auto-header .auto-header__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* IDENTITY BRAND GRAPHIC */
.auto-header .auto-header__logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.auto-header .auto-header__logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--auto-accent), #c28e00);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--auto-bg);
  box-shadow: 0 4px 15px rgba(247, 181, 0, 0.3);
}

.auto-header .auto-header__logo-icon svg {
  width: 22px;
  height: 22px;
}

.auto-header .auto-header__logo-text {
  display: flex;
  flex-direction: column;
}

.auto-header .auto-header__brand-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--auto-text);
  line-height: 1.1;
}

.auto-header .auto-header__brand-slogan {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--auto-text-sec);
}

/* CENTRAL MENU BAR */
.auto-header .auto-header__nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}

.auto-header .auto-header__nav-item {
  color: var(--auto-text);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: var(--auto-transition);
  position: relative;
}

.auto-header .auto-header__nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--auto-accent);
  transition: var(--auto-transition);
}

.auto-header .auto-header__nav-item:hover {
  color: var(--auto-accent);
}

.auto-header .auto-header__nav-item:hover::after,
.auto-header .auto-header__nav-item--active::after {
  width: 100%;
}

.auto-header .auto-header__chevron {
  width: 14px;
  height: 14px;
  transition: var(--auto-transition);
}

.auto-header .auto-header__has-mega:hover .auto-header__chevron {
  transform: rotate(180deg);
}

/*==========================================================================
  PREMIUM MEGA MENU DROPDOWN SYSTEM
============================================================================*/
.auto-header .auto-header__has-mega {
  position: static;
}

.auto-header .auto-header__mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 100%;
  max-width: 1200px;
  background: var(--auto-glass);
  backdrop-filter: var(--auto-blur);
  -webkit-backdrop-filter: var(--auto-blur);
  border: 1px solid var(--auto-border);
  border-radius: 24px;
  box-shadow: var(--auto-shadow-lux);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: cubic-bezier(0.25, 0.8, 0.25, 1) 400ms;
  z-index: 9999;
}

.auto-header .auto-header__has-mega:hover .auto-header__mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.auto-header .auto-header__mega-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.auto-header .auto-header__mega-col {
  padding: 16px;
  border-radius: 16px;
  transition: var(--auto-transition);
  border-top: 2px solid transparent;
}

.auto-header .auto-header__mega-col:hover {
  background-color: rgba(255, 255, 255, 0.03);
  border-top-color: var(--auto-accent);
}

.auto-header .auto-header__mega-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--auto-card);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--auto-accent);
  border: 1px solid var(--auto-border);
  transition: var(--auto-transition);
}

.auto-header .auto-header__mega-col:hover .auto-header__mega-icon-wrapper {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(247, 181, 0, 0.2);
}

.auto-header .auto-header__mega-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--auto-text);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.auto-header .auto-header__mega-links li {
  margin-bottom: 10px;
}

.auto-header .auto-header__mega-links a {
  color: var(--auto-text-sec);
  font-size: 13.5px;
  transition: var(--auto-transition);
  display: inline-block;
}

.auto-header .auto-header__mega-links a:hover {
  color: var(--auto-accent);
  transform: translateX(4px);
}

.auto-header .auto-header__mega-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--auto-border);
  display: flex;
  justify-content: flex-end;
}

.auto-header .auto-header__mega-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--auto-bg);
  background-color: var(--auto-accent);
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: var(--auto-transition);
}

.auto-header .auto-header__mega-cta svg {
  transition: var(--auto-transition);
}

.auto-header .auto-header__mega-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(247, 181, 0, 0.4);
}

.auto-header .auto-header__mega-cta:hover svg {
  transform: translateX(4px);
}

/*==========================================================================
  UTILITIES (RIGHT CONTROLS)
============================================================================*/
.auto-header .auto-header__utilities {
  display: flex;
  align-items: center;
  gap: 12px;
}

.auto-header .auto-header__util-btn {
  background: var(--auto-card);
  border: 1px solid var(--auto-border);
  color: var(--auto-text);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: var(--auto-transition);
}

.auto-header .auto-header__util-btn:hover {
  transform: scale(1.05);
  border-color: var(--auto-accent);
  color: var(--auto-accent);
  box-shadow: 0 0 15px rgba(247, 181, 0, 0.15);
}

.auto-header .auto-header__cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: var(--auto-accent);
  color: var(--auto-bg);
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: autoPulse 2s infinite;
}

@keyframes autoPulse {
  0% { box-shadow: 0 0 0 0 rgba(247, 181, 0, 0.7); }
  70% { box-shadow: 0 0 0 6px rgba(247, 181, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(247, 181, 0, 0); }
}

/* STICKY BEHAVIOR TRIGGER VIA JS */
.auto-header.auto-header--sticky .auto-header__main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(11, 13, 18, 0.92);
  backdrop-filter: var(--auto-blur);
  -webkit-backdrop-filter: var(--auto-blur);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border-bottom: 1px solid var(--auto-border);
}

.auto-header.auto-header--sticky .auto-header__mega-menu {
  top: 70px;
}

/*==========================================================================
  FULLSCREEN SEARCH ENV (OVERLAY)
============================================================================*/
.auto-header .auto-header__search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 13, 18, 0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--auto-transition);
}

.auto-header .auto-header__search-overlay.auto-header__search-overlay--open {
  opacity: 1;
  visibility: visible;
}

.auto-header .auto-header__search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  color: var(--auto-text);
  cursor: pointer;
  transition: var(--auto-transition);
}

.auto-header .auto-header__search-close:hover {
  color: var(--auto-accent);
  transform: rotate(90deg);
}

.auto-header .auto-header__search-box-container {
  width: 100%;
  max-width: 800px;
  padding: 24px;
}

.auto-header .auto-header__search-form {
  position: relative;
  border-bottom: 2px solid var(--auto-border);
  margin-bottom: 40px;
}

.auto-header .auto-header__search-input {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 60px 16px 0;
  font-size: 32px;
  color: var(--auto-text);
  font-family: var(--auto-font);
  font-weight: 300;
  letter-spacing: 1px;
}

.auto-header .auto-header__search-input:focus {
  outline: none;
}

.auto-header .auto-header__search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--auto-text-sec);
  cursor: pointer;
  transition: var(--auto-transition);
}

.auto-header .auto-header__search-submit:hover {
  color: var(--auto-accent);
}

.auto-header .auto-header__search-suggestions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.auto-header .auto-header__suggest-col h3 {
  font-size: 14px;
  color: var(--auto-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.auto-header .auto-header__suggest-col ul li {
  margin-bottom: 12px;
}

.auto-header .auto-header__suggest-col ul a {
  color: var(--auto-text-sec);
  font-size: 16px;
  transition: var(--auto-transition);
}

.auto-header .auto-header__suggest-col ul a:hover {
  color: var(--auto-text);
  padding-left: 6px;
}

/*==========================================================================
  PREMIUM MOBILE LAYOUT SUB-SYSTEM (UI GRAPHIC INTERFACE)
============================================================================*/
.auto-header .auto-header__mobile-shell,
.auto-header .auto-header__mobile-dock,
.auto-header .auto-header__drawer {
  display: none;
}

@media (max-width: 992px) {
  .auto-header .auto-header__top-bar,
  .auto-header .auto-header__main-nav {
    display: none !important;
  }

  /* APP SHELL CONFIG */
  .auto-header .auto-header__mobile-shell {
    display: block;
    background-color: var(--auto-bg);
    border-bottom: 1px solid var(--auto-border);
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .auto-header .auto-header__mobile-top-bar {
    height: 64px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* PREMIUM HAMBURGER CORE */
  .auto-header .auto-header__hamburger {
    background: none;
    border: none;
    width: 32px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }

  .auto-header .auto-header__hamburger-line {
    width: 24px;
    height: 2px;
    background-color: var(--auto-text);
    transition: var(--auto-transition);
    display: block;
  }

  /* HORIZONTAL QUICK SCROLL APP ITEMS */
  .auto-header .auto-header__mobile-quick-scroll {
    display: flex;
    gap: 12px;
    padding: 12px 20px;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid var(--auto-border);
  }

  .auto-header .auto-header__mobile-quick-scroll::-webkit-scrollbar {
    display: none;
  }

  .auto-header .auto-header__quick-card {
    background-color: var(--auto-card);
    border: 1px solid var(--auto-border);
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: var(--auto-text);
    font-size: 13px;
  }

  .auto-header .auto-header__quick-card svg {
    color: var(--auto-accent);
  }

  /* APPLICATION BOTTOM STRUCTURAL FIXED DOCK */
  .auto-header .auto-header__mobile-dock {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: var(--auto-glass);
    backdrop-filter: var(--auto-blur);
    -webkit-backdrop-filter: var(--auto-blur);
    border-top: 1px solid var(--auto-border);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: space-around;
    align-items: center;
    z-index: 99999;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .auto-header .auto-header__dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--auto-text-sec);
    font-size: 11px;
    font-weight: 500;
  }

  .auto-header .auto-header__dock-item svg {
    width: 22px;
    height: 22px;
    transition: var(--auto-transition);
  }

  .auto-header .auto-header__dock-item--active {
    color: var(--auto-accent);
  }

  /* NAVIGATION ACCORDION SLIDE DRAWER SYSTEM */
  .auto-header .auto-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    visibility: hidden;
    transition: var(--auto-transition);
  }

  .auto-header .auto-header__drawer.auto-header__drawer--open {
    visibility: visible;
  }

  .auto-header .auto-header__drawer-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: var(--auto-transition);
  }

  .auto-header .auto-header__drawer.auto-header__drawer--open .auto-header__drawer-backdrop {
    opacity: 1;
  }

  .auto-header .auto-header__drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background-color: var(--auto-bg);
    box-shadow: var(--auto-shadow-lux);
    transform: translateX(100%);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
  }

  .auto-header .auto-header__drawer.auto-header__drawer--open .auto-header__drawer-content {
    transform: translateX(0);
  }

  .auto-header .auto-header__drawer-header {
    height: 64px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--auto-border);
  }

  .auto-header .auto-header__drawer-close {
    background: none;
    border: none;
    color: var(--auto-text);
  }

  .auto-header .auto-header__drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
  }

  /* DRAWER ACCORDION MECHANICS */
  .auto-header .auto-header__acc-item {
    border-bottom: 1px solid var(--auto-border);
  }

  .auto-header .auto-header__acc-link,
  .auto-header .auto-header__acc-trigger {
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    color: var(--auto-text);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: var(--auto-font);
  }

  .auto-header .auto-header__acc-trigger svg {
    transition: var(--auto-transition);
  }

  .auto-header .auto-header__acc-trigger[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .auto-header .auto-header__acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
  }

  .auto-header .auto-header__acc-panel a {
    display: block;
    padding: 12px 16px;
    color: var(--auto-text-sec);
    font-size: 14px;
    border-left: 2px solid var(--auto-border);
  }

  .auto-header .auto-header__drawer-grid-utilities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 40px;
  }

  .auto-header .auto-header__drawer-grid-utilities a {
    background-color: var(--auto-card);
    border: 1px solid var(--auto-border);
    border-radius: 12px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--auto-text);
    font-size: 12px;
  }

  .auto-header .auto-header__drawer-grid-utilities svg {
    color: var(--auto-accent);
  }
}/* End custom CSS */