header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 32px;
  padding-block: 3px;
}

header .header-top .back a {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .header-top .left {
  display: flex;
  align-items: center;
}

header .header-top .left img {
  width: auto;
  height: 24px;
}

header .header-top .left a {
  border-right: 1px solid #22222280;
  padding-right: 10px;
  margin-right: 10px;
}
header .header-top .left a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

header .header-top .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

header .header-top .right a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  color: var(--link-color);
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}
header .header-top .right a:hover {
  color: var(--red-color) !important;
}
header .header-top .right a svg {
  stroke: #222222;
}
header .header-top .right .test-drive svg path {
  fill: #222222;
}
header .header-top .right .test-drive:hover svg path {
  fill: var(--red-color) !important;
}
header .header-top .right a:hover svg {
  stroke: var(--red-color) !important;
}
header .header-top .right .social-icons:hover svg {
  stroke: var(--black-color) !important;
}
header .header-top .right .social-icons svg {
  fill: var(--link-color);
  stroke: var(--link-color);
}
header .header-top .right .social-icons:hover svg {
  fill: var(--red-color);
  stroke: var(--red-color) !important;
}

header .header-top .right a::before {
  /* Add styles if needed */
}

header .header-nav {
  position: fixed;
  top: 30px;
  z-index: 999;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s;
}

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

header .header-nav .left .logo {
  width: 130px;
}

header .header-nav .left ul {
  display: flex;
  align-items: center;
}

header .header-nav .left li {
  list-style: none;
  padding-left: 30px;
}

header .header-nav .left li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white-color);
}

header .header-nav .right .ote {
  width: 80px;
}

.header-nav.scrolled {
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(46px);
  padding: 6px 32px;
}

.header-nav.bg {
  background-color: rgb(26, 26, 26);
}

.dropdownList {
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  height: 0;
  color: var(--white-color);
}

/* .dropdownList .active {
  border-top: 1px solid #333333;
} */

.dropdownList .grid-columns {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 32px;
  gap: 0;
}
.dropdownList .aboutUS {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.dropdownList:nth-child(2) .grid-columns {
  padding: 30px 22px 60px;
}

.dropdownList .grid-columns .column {
  width: 25%;
  padding-inline: 10px;
  margin-bottom: 20px;
}

.dropdownList .grid-columns .column img {
  width: 70px;
}

.dropdownList .grid-columns .column h4 {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.dropdownList .grid-columns .column p {
  color: #777777;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdownList .grid-columns .column .car {
  width: 100%;
  position: absolute;
  bottom: -19px;
}

.dropdownList .grid-columns .column a {
  display: block !important;
  border: 1px solid #333333;
  border-radius: 15px;
  padding: 15px 15px 130px;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
}

.dropdownList .grid-columns .column a:hover {
  background-color: #333333;
}

.dropdownList .grid-columns .column a:hover .car {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.dropdownList h1 {
  font-size: 28px;
  margin-bottom: 15px;
}

.dropdownList p {
  font-weight: 300;
  line-height: 1.6;
}

.dropdownList ul {
  display: block !important;
}

.dropdownList ul li {
  margin-bottom: 15px;
  padding-left: 0;
}

body[dir='rtl'] header .header-top .left a {
  padding-left: 15px;
  border-left: 1px solid #22222280;
  border-right: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
}
body[dir='rtl'] header .header-top .back a svg,
body[dir='rtl'] .dropdownList .links li a svg {
  transform: rotate(180deg);
}
body[dir='rtl'] .heading h2::before {
  right: 0;
}

.dropdownList .tabs {
  /* display: flex; */
  gap: 10px;
  border-top: 1px solid #333333;
  padding: 15px 32px;
}

.dropdownList .tab-btn {
  padding: 10px 20px;
  border: none;
  color: var(--white-color);
  cursor: pointer;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 35px;
  transition: 0.3s ease-in;
}

.dropdownList .tab-btn:hover,
.dropdownList .tab-btn.active {
  background: #333333;
  color: #fff;
}

.dropdownList .tab-content {
  display: none;
}

.dropdownList .tab-content.active {
  display: block;
}
.hamburger {
  display: none;
}

@media screen and (max-width: 576px) {
  .dropdownList .grid-columns .column {
    width: 50% !important;
  }

  .dropdownList .grid-columns .column a {
    padding: 10px 10px 80px !important;
    overflow: hidden !important;
    min-height: 160px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .dropdownList .grid-columns .column > a > img {
    width: 50px !important;
  }

  .dropdownList .grid-columns .column h4 {
    font-size: 14px !important;
    min-height: 35px !important;
  }

  .dropdownList .grid-columns .column p {
    font-size: 10px !important;
    min-height: 28px !important;
  }

  .dropdownList .grid-columns .column .car {
    width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .dropdownList .tabs {
    padding: 10px !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
  }

  .dropdownList .tab-btn {
    font-size: 13px !important;
    padding: 7px 16px !important;
    flex: 0 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdownList.active {
    height: 24rem !important;
    overflow-y: auto;
  }
  .dropdownList h1 {
    font-size: 20px;
  }
  .header-top {
    display: none !important;
    top: 0;
    position: fixed;
    width: 100%;
  }
  .hamburger {
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
    color: var(--white-color);
    line-height: 0.8;
    display: block;
  }
  .mobile-menu.open {
    display: flex !important;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    display: none !important;
    flex-direction: column;
  }
  header .header-nav .left li {
    padding-left: 0;
    padding: 15px;
    width: 100%;
  }
  .dropdownList {
    position: relative;
  }
  .dropdownList .tabs {
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .dropdownList .tab-btn {
    font-size: 14px;
    padding: 8px 20px;
    flex: 0 0 auto;
  }
  .dropdownList:nth-child(2) .grid-columns {
    padding: 10px 0;
  }
  .dropdownList .grid-columns {
    padding: 15px 10px;
  }
  .dropdownList .grid-columns .column {
    width: 50%;
    padding-inline: 5px;
    margin-bottom: 10px;
  }
  .dropdownList .grid-columns .column a {
    padding: 12px 12px 100px;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
  }
  .dropdownList .grid-columns .column > a > img {
    width: 55px;
  }
  .dropdownList .grid-columns .column h4 {
    font-size: 15px;
    min-height: 40px;
  }
  .dropdownList .grid-columns .column p {
    font-size: 11px;
    min-height: 30px;
  }
  .dropdownList .grid-columns .column .car {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .dropdownList .aboutUS {
    grid-template-columns: auto !important;
    padding: 10px !important;
  }
  .dropdownList .aboutUS li {
    padding: 6px 0 !important;
  }
}
