* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  background: #FDFDFD;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}

.hiddened {
  overflow: hidden;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

@font-face {
  font-display: swap;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/CorporateACondPro-Regulare0bc.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/CorporateS-Regular4a80.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/corporateabq_regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Corporate\ A\ BQ\ Medium.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/corporateabq_bold.ttf) format("truetype");
}
.p-lr {
  padding-left: 108px;
  padding-right: 108px;
}

header {
  width: 100%;
  background: #000;
}
header .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
}
header .header .hamburger {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: none;
  align-items: center;
  justify-content: center;
}
header .header .hamburger svg {
  width: 100%;
  height: 100%;
}
header .header .header-logo {
  width: 80px;
}
header .header .header-logo img {
  width: 100%;
}
header .header .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header .header-right .header-right-main {
  display: flex;
  align-items: center;
  gap: 74px;
}
header .header .header-right .header-right-main .header-workHours p, header .header .header-right .header-right-main .header-workHours span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}
header .header .header-right .header-right-main .header-address p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}
header .header .header-right .header-right-main .header-phone {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}
header .header .header-right .header-right-other {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header .header-right .header-right-other .header-lang {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
header .header .header-right .header-right-other .header-lang .current-lang {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 6px 4px 8px;
  color: #fff;
  background: #000;
  border: 1px solid #121212;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
}
header .header .header-right .header-right-other .header-lang .current-lang svg {
  transition: 0.4s ease-in-out;
}
header .header .header-right .header-right-other .header-lang .other-langs {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 38px;
  background: #000;
  border: 1px solid #121212;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
header .header .header-right .header-right-other .header-lang .other-langs .lang-item {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  color: #fff;
}
header .header .header-right .header-right-other .show-lang .current-lang svg {
  transform: rotate(180deg);
}
header .header .header-right .header-right-other .show-lang .other-langs {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
header .header .header-right .header-right-other .header-search {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .header-right .header-right-other .header-search svg {
  width: 100%;
  height: 100%;
}
header .header .header-right .header-right-other .header-search .closeIcon {
  display: none;
}
header .header .header-right .header-right-other .showed .closeIcon {
  display: block;
}
header .header .header-right .header-right-other .showed .searchIcon {
  display: none;
}

nav {
  width: 100%;
  background: #161616;
}
nav .navbar {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
nav .navbar .navbar-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav .navbar .navbar-main .nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
nav .navbar .navbar-main .nav-link-highlight {
  color: #00ADEF;
  font-weight: 600;
}
.mobileLink-highlight {
  color: #00ADEF !important;
  font-weight: 700;
}
nav .navbar .navbar-main .navbar-main-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 14px 0;
}
nav .navbar .navbar-main .navbar-main-item .navbar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  cursor: default;
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  left: 0;
  top: 62px;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  max-height: 350px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu::-webkit-scrollbar {
  width: 4px;
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu::-webkit-scrollbar-thumb {
  background: #0078D6;
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu .navbarMenu-link {
  padding: 10px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
}
nav .navbar .navbar-main .navbar-main-item .navbarMenu .navbarMenu-link:hover {
  background: #00ADEF;
}
nav .navbar .navbar-main .navbar-main-item:hover .navbarMenu {
  opacity: 1;
  visibility: visible;
  top: 52px;
}
nav .navbar .navServiceRegister {
  margin-left: auto;
  padding: 7px 22px;
  border-radius: 100px;
  background: #0078D6;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-wrap: nowrap;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  border: 1px solid #1E1E1E;
}
nav .navbar .navServiceRegister:hover {
  background: #00ADEF;
  border-color: #fff;
}
nav .navbar .navTestDrive {
  padding: 10px 43px;
  border-radius: 100px;
  background: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-wrap: nowrap;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  border: 1px solid #1E1E1E;
}
nav .navbar .navTestDrive:hover {
  border: 1px solid #737373;
}

.title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-align: left;
  color: #000;
}

.search-container {
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  position: fixed;
  z-index: 5;
  background: rgba(0, 0, 0, 0.64);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 100px 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  transition: 0.4s ease-in-out;
}
.search-container .searchForm {
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4px;
}
.search-container .searchForm svg {
  min-width: 24px;
  width: 24px;
}
.search-container .searchForm input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: transparent;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.search-container .searchForm .searchBtn {
  padding: 10px 30px;
  border-radius: 100px;
  background: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-wrap: nowrap;
  white-space: nowrap;
}
.search-container .search-result-box {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100%;
  padding: 6px 0 6px 12px;
  margin: 20px auto 0;
}
.search-container .search-result-box .result_list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.search-container .search-result-box .result_list .search_result_item {
  max-width: 98%;
  width: 100%;
}
.search-container .search-result-box .result_list .search_result_item a {
  display: flex;
  align-items: start;
  gap: 12px;
  width: 100%;
}
.search-container .search-result-box .result_list .search_result_item a .item-img {
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.12);
  width: 120px;
  min-width: 120px;
  height: 70px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container .search-result-box .result_list .search_result_item a .item-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.search-container .search-result-box .result_list .search_result_item a p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.search-container .search-result-box .result_list::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
}
.search-container .search-result-box .result_list::-webkit-scrollbar-thumb {
  background: #0078D6;
  border-radius: 20px;
}
.search-container .search-result-box .result_list ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}
.search-container .search-result-box .result_message {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  margin-left: auto;
  display: none;
  margin-right: auto;
  font-family: 'Inter', sans-serif;
}

.showedSearch {
  opacity: 1;
  visibility: visible;
  top: 74.56px;
}

.home-hero {
  width: 100%;
  height: calc(100svh - 129.24px);
  position: relative;
}
.home-hero .home-hero-slide {
  width: 100%;
  height: 100%;
}
.home-hero .home-hero-slide .home-hero-item {
  width: 100%;
  height: 100%;
}
.home-hero .home-hero-slide .home-hero-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(48%);
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
  max-width: 500px;
  width: 100%;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroSubTitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
  color: #fff;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
  margin-top: 16px;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links a {
  border-radius: 100px;
  padding: 9px 33px;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: 0.4s ease-in-out;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links .heroDetailsLink {
  border-color: #fff;
  color: #fff;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links .heroDetailsLink:hover {
  color: #0078D6;
  background: #fff;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links .heroTestDrive {
  background: #0078D6;
  color: #fff;
  border-color: #0078D6;
}
.home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links .heroTestDrive:hover {
  background: #00ADEF;
  border-color: #fff;
}
.home-hero .home-hero-slide .swiper-pagination {
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.home-hero .home-hero-slide .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(9);
          backdrop-filter: blur(9);
  margin: 0;
}
.home-hero .home-hero-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.product-cart {
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 55px 24px;
  transition: 0.4s ease-in-out;
}
.product-cart .model-name {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #1A202C;
}
.product-cart .subModel-name {
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #90A3BF;
}
.product-cart .productCartImg-slide {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 26px;
}
.product-cart .productCartImg-slide .productCartImg {
  width: 100% !important;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
}
.product-cart .productCartImg-slide .productCartImg img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-cart .productCartImg-slide .swiper-slide-visible {
  opacity: 1 !important;
}
.product-cart .productCartImg-slide .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.product-cart .productCartImg-slide .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  background: rgba(202, 202, 202, 0.38);
  -webkit-backdrop-filter: blur(9);
          backdrop-filter: blur(9);
  margin: 0;
}
.product-cart .productCartImg-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  -webkit-backdrop-filter: blur(9);
          backdrop-filter: blur(9);
}
.product-cart .short-desc {
  margin-top: 30px;
}
.product-cart .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #A4A4A4;
}
.product-cart .productCartHighlight {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.product-cart .productCartHighlight .highlight-item {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.product-cart .productCartHighlight .highlight-item .highlight-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.product-cart .productCartHighlight .highlight-item .highlight-icon img {
  width: 100%;
  height: 100%;
}
.product-cart .productCartHighlight .highlight-item span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #90A3BF;
}
.product-cart .productCartHighlight .highlight-item .highlight-desc {
  position: absolute;
  left: 15px;
  top: -20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding: 2px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.product-cart .productCartHighlight .highlight-item .highlight-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: #90A3BF;
}
.product-cart .productCartHighlight .highlight-item:hover .highlight-desc {
  opacity: 1;
  visibility: visible;
}
.product-cart .productCartLinks {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  transition: all 0.4s ease-in-out;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.product-cart .productCartLinks a {
  padding: 8px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: 0.4s ease-in-out;
}
.product-cart .productCartLinks .details_link {
  border-color: #0078D6;
  color: #0078D6;
}
.product-cart .productCartLinks .details_link:hover {
  background: #0078D6;
  color: #fff;
}
.product-cart .productCartLinks .testDrive_link {
  background: #0078D6;
  color: #fff;
  border-color: #0078D6;
}
.product-cart .productCartLinks .testDrive_link:hover {
  background: #00ADEF;
  border-color: #00ADEF;
}
.product-cart:hover {
  padding: 24px;
}
.product-cart:hover .productCartLinks {
  margin-top: 26px;
  height: 33.6px;
  opacity: 1;
  visibility: visible;
}

.homeModel-container {
  max-width: 1440px;
  width: 100%;
  margin: 120px auto 0;
}
.homeModel-container .home-modelType-head {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
  gap: 135px;
}
.homeModel-container .home-modelType-head .modelTypeSlide, .homeModel-container .home-modelType-head .desktop-modelTypes {
  max-width: 727px;
  width: 100%;
  margin: 0;
}
.homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn {
  min-width: 124px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-right: 1px solid rgba(236, 236, 236, 0.93);
  border-top: 1px solid rgba(236, 236, 236, 0.93);
  border-bottom: 1px solid rgba(236, 236, 236, 0.93);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn:hover, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn:hover {
  background: #0078D6;
  color: #fff;
}
.homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn:first-child, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn:first-child {
  border-left: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 4px 0 0 4px;
}
.homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn:last-child, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn:last-child {
  border-radius: 0 4px 4px 0;
}
.homeModel-container .home-modelType-head .modelTypeSlide .active, .homeModel-container .home-modelType-head .desktop-modelTypes .active {
  background: #0078D6;
  color: #fff;
}
.homeModel-container .home-modelType-head .modelTypeSlide .active:hover, .homeModel-container .home-modelType-head .desktop-modelTypes .active:hover {
  background: #00ADEF;
}
.homeModel-container .home-modelType-head .modelTypeSlide {
  display: none;
}
.homeModel-container .home-modelType-head .desktop-modelTypes {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
}
.homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn {
  border: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 4px;
}
.homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn:first-child {
  border-radius: 4px;
}
.homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn:last-child {
  border-radius: 4px;
}
.homeModel-container .home-modelType-head .viewMore {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.12);
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  text-wrap: nowrap;
}
.homeModel-container .home-modelType {
  width: 100%;
  gap: 24px;
  display: flex;
  align-items: start;
  margin-top: 70px;
}
.homeModel-container .home-modelType .model-bans {
  max-width: 288px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid rgba(244, 244, 244, 0.93);
  background: #fff;
  border-radius: 4px;
  padding: 24px 16px;
}
.homeModel-container .home-modelType .model-bans .bans-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item {
  box-shadow: 0px 0px 11px 0px rgba(126, 126, 126, 0.12);
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 10px;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item .ban-icon {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item .ban-icon svg {
  width: 100%;
  height: 100%;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item .ban-icon svg path {
  transition: 0.3s ease-in-out;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item .ban-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item:hover .ban-icon svg path {
  fill: #0078D6;
}
.homeModel-container .home-modelType .model-bans .bans-list .ban-item:hover p {
  color: #0078D6;
}
.homeModel-container .home-modelType .model-bans .bans-list .active .ban-icon svg path {
  fill: #0078D6;
}
.homeModel-container .home-modelType .model-bans .bans-list .active p {
  color: #0078D6 !important;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll {
  box-shadow: 0px 0px 11px 0px rgba(126, 126, 126, 0.12);
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 26px 20px;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll svg {
  width: 32px;
  height: 32px;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll svg path {
  transition: 0.3s ease-in-out;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll:hover svg path {
  fill: #0078D6;
}
.homeModel-container .home-modelType .model-bans .bans-list .seeAll:hover p {
  color: #0078D6;
}
.homeModel-container .home-modelType .home-products {
  max-width: 912px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
.homeModel-container .home-modelType .home-products .product-cart {
  height: 452px;
}
.homeModel-container .mobile-modelBans-container {
  margin: 24px auto 0;
  width: 100%;
  padding: 0 16px;
  display: none;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans {
  position: relative;
  padding: 0 20px;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide {
  position: initial;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid rgba(236, 236, 236, 0.93);
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .mobileMobile-item {
  width: -moz-max-content;
  width: max-content;
  text-wrap: wrap;
  padding: 10px;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #000;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .active {
  border-color: #0078D6;
  color: #0078D6;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next, .homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next::after, .homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev::after {
  display: none;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next svg, .homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next {
  right: 0;
}
.homeModel-container .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev {
  left: 0;
}
.homeModel-container .mobile-more {
  margin-top: 18px;
  padding-right: 33px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: end;
}
.homeModel-container .mobile-more a {
  padding: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #000;
  border-bottom: 1px solid #000;
  width: -moz-max-content;
  width: max-content;
}
.homeModel-container .mobile-products-container {
  width: 100%;
  margin-top: 10px;
  padding-left: 25px;
  display: none;
}
.homeModel-container .mobile-products-container .mobile-products-slide {
  padding: 8px 0 8px 8px;
  width: 100%;
}
.homeModel-container .mobile-products-container .mobile-products-slide .product-cart {
  width: 288px;
  height: 452px;
}

.blog-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.blog-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.71%, rgba(0, 0, 0, 0.8) 68.25%);
}
.blog-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
}
.blog-box .blog-body {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  border-radius: 4px;
}
.blog-box .blog-body .blog-name {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.blog-box .blog-body .short-desc {
  margin-top: 10px;
  max-width: 230px;
}
.blog-box .blog-body .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #F8F7F7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.blog-box .blog-body .blog-more {
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 100px;
  color: #fff;
  background: #0078D6;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.blog-box:hover img {
  transform: scale(1.1) rotate(2deg);
}

.blogs-slide-container {
  margin-top: 70px;
  margin-bottom: 120px;
  width: 100%;
}
.blogs-slide-container .blogs-slide-head {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.blogs-slide-container .blogs-slide-head .head-left {
  max-width: 500px;
}
.blogs-slide-container .blogs-slide-head .head-left h2 {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: #000;
}
.blogs-slide-container .blogs-slide-head .head-left .short-desc {
  margin-top: 14px;
  width: 100%;
}
.blogs-slide-container .blogs-slide-head .head-left .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}
.blogs-slide-container .blogs-slide-head .viewMore {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.12);
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  text-wrap: nowrap;
}
.blogs-slide-container .blogs-slide-main {
  margin: 28px auto 0;
  max-width: 1440px;
  width: 100%;
  padding-right: 0 !important;
  position: relative;
}
.blogs-slide-container .blogs-slide-main .blogs-slide {
  width: 100%;
  position: initial;
}
.blogs-slide-container .blogs-slide-main .blogs-slide .blog-box {
  width: 288px;
  height: 450px;
}
.blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.12);
}
.blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next::after, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev::after {
  display: none;
}
.blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next svg, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev svg {
  width: 34px;
  height: 34px;
}
.blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next {
  right: 80px;
}
.blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev {
  left: 80px;
}

.home-blogs {
  margin-top: 120px;
  margin-bottom: 0 !important;
}

.home-video {
  margin-top: 55px;
  width: 100%;
  height: 540px;
  position: relative;
}
.home-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(64%);
}
.home-video .home-video-content {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.home-video .home-video-content .subTitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
.home-video .home-video-content .mainTitle {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: #fff;
}
.home-video .home-video-content .short-desc {
  margin-top: 8px;
}
.home-video .home-video-content .short-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #fff;
  max-width: 600px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.home-video .home-video-content .more {
  display: block;
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 100px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  background: #0078D6;
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.home-video .home-video-content .more:hover {
  border-color: #fff;
  background: #00ADEF;
}

.home-service {
  margin: 60px auto 120px;
  max-width: 1440px;
  width: 100%;
}
.home-service .home-service-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-service .home-service-head .mainTitle {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: #000;
}
.home-service .home-service-head .viewMore {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.12);
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  text-wrap: nowrap;
}
.home-service .home-service-boxes {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 24px;
}
.home-service .home-service-boxes .home-service-box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.home-service .home-service-boxes .home-service-box .box-img {
  max-width: 264px;
  width: 100%;
  height: 195px;
  border-radius: 4px 0 0 4px;
}
.home-service .home-service-boxes .home-service-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 0 0 4px;
}
.home-service .home-service-boxes .home-service-box .box-body {
  max-width: 322px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px;
}
.home-service .home-service-boxes .home-service-box .box-body .serviceBoxName {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.home-service .home-service-boxes .home-service-box .box-body .short-desc {
  margin-top: 10px;
}
.home-service .home-service-boxes .home-service-box .box-body .short-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #4D4D4D;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.home-service .home-service-boxes .home-service-box .box-body .more {
  display: block;
  margin-top: 24px;
  padding: 7px 10px;
  border-radius: 100px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  background: #0078D6;
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.home-service .home-service-boxes .home-service-box .box-body .more:hover {
  border-color: #fff;
  background: #00ADEF;
}

footer {
  width: 100%;
}
footer .footer-links-container {
  width: 100%;
  background: #000;
  padding: 50px 0;
}
footer .footer-links-container .footer-links {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
footer .footer-links-container .footer-links .footer-links-slide {
  width: 100%;
}
footer .footer-links-container .footer-links .footer-links-slide .footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
  border: 1px solid #1B1B1B;
  background: #0F0F0F;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  transition: 0.4s ease-in-out;
  width: auto;
  text-wrap: nowrap;
}
footer .footer-links-container .footer-links .footer-links-slide .footer-link .icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
}
footer .footer-links-container .footer-links .footer-links-slide .footer-link .icon img {
  width: 100%;
  height: 100%;
}
footer .footer-links-container .footer-links .footer-links-slide .footer-link:hover {
  border-color: #fff;
}
footer .footer-main-container {
  width: 100%;
  background: #0F0F0F;
}
footer .footer-main-container .upToTop {
  min-width: 48px;
  width: 48px;
  display: none;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
footer .footer-main-container .upToTop svg {
  width: 48px;
  height: 48px;
}
footer .footer-main-container .footer-main {
  display: flex;
  align-items: start;
  gap: 70px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
footer .footer-main-container .footer-main .footer-section-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer .footer-main-container .footer-main .footer-section-item .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
footer .footer-main-container .footer-main .footer-section-item .section-title svg {
  display: none;
}
footer .footer-main-container .footer-main .footer-section-item .section-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer .footer-main-container .footer-main .footer-section-item .section-links .section-link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #979797;
}
footer .footer-main-container .footer-main .active .section-title svg {
  transition: 0.2s ease-in-out;
  transform: rotate(180deg);
}
footer .footer-main-container .footer-main .active .section-links {
  display: flex !important;
}
footer .footer-main-container .footer-main .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  margin-left: auto;
}
footer .footer-main-container .footer-main .footer-contact .footer-contact-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
footer .footer-main-container .footer-main .footer-contact .section-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
footer .footer-main-container .footer-main .footer-contact .section-links .section-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #979797;
}
footer .footer-main-container .footer-main .footer-contact .section-links .section-link .icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
footer .footer-main-container .footer-main .footer-contact .section-links .section-link .icon img {
  width: 100%;
  height: 100%;
}
footer .footer-main-container .footer-main .footer-contact .section-links .footer-social {
  display: none;
  align-items: center;
  gap: 12px;
}
footer .footer-main-container .footer-main .footer-contact .section-links .footer-social .social-item {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
footer .footer-bottom-container {
  width: 100%;
  background: #0F0F0F;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
footer .footer-bottom-container .footer-bottom {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
footer .footer-bottom-container .footer-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #979797;
}

.page-direction {
  max-width: 1440px;
  margin: 35px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-direction .prev-page {
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #BDBDBD;
  white-space: nowrap;
  background: #F5F5F5;
  font-family: 'Inter', sans-serif;
}
.page-direction span {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #BDBDBD;
}
.page-direction .current-page {
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 0;
  line-height: 15px;
  color: #424242;
  background: #F5F5F5;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.special-offers-detail-container {
  margin: 24px auto 120px;
  max-width: 1440px;
  width: 100%;
}
.special-offers-detail-container .title {
  max-width: 800px;
}
.special-offers-detail-container .special-offers-detail {
  margin-top: 36px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.special-offers-detail-container .special-offers-detail .detail-img {
  width: 100%;
  height: 490px;
  border-radius: 4px;
}
.special-offers-detail-container .special-offers-detail .detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.special-offers-detail-container .special-offers-detail .detail-box {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 11px 0px rgba(154, 154, 154, 0.12);
  border-radius: 4px;
  padding: 24px 34px;
}
.special-offers-detail-container .special-offers-detail .detail-box h1, .special-offers-detail-container .special-offers-detail .detail-box h2, .special-offers-detail-container .special-offers-detail .detail-box h3, .special-offers-detail-container .special-offers-detail .detail-box h4, .special-offers-detail-container .special-offers-detail .detail-box h5, .special-offers-detail-container .special-offers-detail .detail-box h6 {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  color: #000;
}
.special-offers-detail-container .special-offers-detail .detail-box p, .special-offers-detail-container .special-offers-detail .detail-box span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #636363;
}

.blogs-head {
  margin: 24px auto 0;
  max-width: 1440px;
  width: 100%;
}

.lastBlogs-slide {
  width: 100%;
  margin-top: 38px;
  height: 600px;
  position: relative;
}
.lastBlogs-slide .lastBlog-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.lastBlogs-slide .lastBlog-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
}
.lastBlogs-slide .lastBlog-item .lastBlog-content {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  padding-bottom: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lastBlogs-slide .lastBlog-item .lastBlog-content .blog-time {
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Inter', sans-serif;
}
.lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-title {
  margin-top: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  color: #fff;
  max-width: 760px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc {
  margin-top: 18px;
  max-width: 760px;
}
.lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc p {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lastBlogs-slide .lastBlog-item .blogDirectionIcon {
  position: absolute;
  top: 36px;
  right: 72px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.41);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2;
  transition: 0.4s ease-in-out;
}
.lastBlogs-slide .lastBlog-item .blogDirectionIcon svg {
  width: 38px;
  height: 38px;
}
.lastBlogs-slide .lastBlog-item .blogDirectionIcon:hover {
  transform: rotate(45deg);
}
.lastBlogs-slide .swiper-pagination {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  gap: 8px;
}
.lastBlogs-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  width: 20px;
  height: 7px;
  border-radius: 100px;
  background: rgba(204, 204, 204, 0.33);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.3s ease-in-out;
}
.lastBlogs-slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 75px;
  background: #fff;
}

.blogs-container {
  margin: 24px auto 120px;
  max-width: 1440px;
  width: 100%;
}
.blogs-container .blogs-filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.blogs-container .blogs-filter .filterResult {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #9D9D9D;
}
.blogs-container .blogs-filter .nice-select {
  height: auto;
  line-height: normal;
  border: 1px solid #E4E7E9;
  width: 200px;
  padding: 7px 32px 7px 16px;
  border-radius: 6px;
}
.blogs-container .blogs-filter .nice-select .current {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #77878F;
}
.blogs-container .blogs-filter .nice-select::after {
  border-color: #ADB7BC;
  right: 20px;
}
.blogs-container .allBlogs {
  margin-top: 24px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 24px;
}
.blogs-container .allBlogs .blog-box {
  height: 450px;
}
.blogs-container .pagination {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.blogs-container .pagination .pagination-main {
  display: flex;
  align-items: center;
}
.blogs-container .pagination .pagination-main .pagination-item {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #3D4A5C;
  border-top: 1px solid #D7DFE9;
  border-bottom: 1px solid #D7DFE9;
  border-right: 1px solid #D7DFE9;
  transition: 0.3s ease-in-out;
}
.blogs-container .pagination .pagination-main .pagination-item:hover {
  background: #0078D6;
  color: #F9FAFB;
}
.blogs-container .pagination .pagination-main .pagination-prev {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #3D4A5C;
  border: 1px solid #D7DFE9;
  border-radius: 6px 0 0 6px;
}
.blogs-container .pagination .pagination-main .pagination-next {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #3D4A5C;
  border: 1px solid #D7DFE9;
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.blogs-container .pagination form {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blogs-container .pagination form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #AFBACA;
}
.blogs-container .pagination form .formMain {
  display: flex;
  align-items: center;
  border: 1px solid #D7DFE9;
  border-radius: 6px;
}
.blogs-container .pagination form .formMain .getPage {
  padding: 5px 8px;
  border-right: 1px solid #D7DFE9;
  border-radius: 6px 0 0 6px;
}
.blogs-container .pagination form .formMain input {
  border: none;
  outline: none;
  border-radius: 0 6px 6px 0;
  width: 60px;
  padding: 5px 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #AFBACA;
}
.blogs-container .pagination form .formMain input::-moz-placeholder {
  color: #AFBACA;
}
.blogs-container .pagination form .formMain input::placeholder {
  color: #AFBACA;
}

.blog-detail-head {
  margin: 24px auto 0;
  max-width: 1440px;
  width: 100%;
}
.blog-detail-head .blogShare-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-detail-head .blogShare-date .blog-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #C0C0C0;
}
.blog-detail-head .blogShare-date .share-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-detail-head .blogShare-date .share-links .share-link {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.blog-detail-head .blogShare-date .share-links .share-link img {
  width: 100%;
  height: 100%;
}
.blog-detail-head .blogShare-date .share-links .simply_link {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  padding: 4px 10px;
}
.blog-detail-head .blogShare-date .share-links .simply_link p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #C0C0C0;
}
.blog-detail-head .blogShare-date .share-links .simply_link .copied_text {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #d9d9d9;
  font-size: 12px;
  font-weight: 500;
  display: none;
  border-radius: 4px;
  padding: 4px 10px;
  color: #000;
}
.blog-detail-head .head-img {
  margin-top: 24px;
  width: 100%;
  height: 600px;
  border-radius: 4px;
}
.blog-detail-head .head-img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
}

.blog-detail-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 80px;
  margin-top: 80px;
}
.blog-detail-contents .content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 80px;
}
.blog-detail-contents .content-item .content-text {
  max-width: 1292px;
  width: 100%;
  margin: 0 auto;
}
.blog-detail-contents .content-item .content-text h1, .blog-detail-contents .content-item .content-text h2, .blog-detail-contents .content-item .content-text h3, .blog-detail-contents .content-item .content-text h4, .blog-detail-contents .content-item .content-text h5, .blog-detail-contents .content-item .content-text h6 {
  font-family: 'Inter', sans-serif;
  text-align: center;
  max-width: 100%;
}
.blog-detail-contents .content-item .content-text p, .blog-detail-contents .content-item .content-text span {
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.blog-detail-contents .content-item .content-image {
  width: 100%;
  height: 650px;
}
.blog-detail-contents .content-item .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail-contents .content-item .content-image video, .blog-detail-contents .content-item .content-image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.test-drive-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 144px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-drive-container .testDrive_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.test-drive-container .testDrive {
  max-width: 770px;
  width: 100%;
  padding: 28px 92px;
  background: rgba(148, 148, 148, 0.2);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.test-drive-container .testDrive .formTitle {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  color: #fff;
}
.test-drive-container .testDrive .short_desc {
  width: 100%;
  margin-top: 10px;
}
.test-drive-container .testDrive .short_desc p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.test-drive-container .testDrive .form-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
}
.test-drive-container .testDrive .form-items .form-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  width: 100%;
}
.test-drive-container .testDrive .form-items .form-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}
.test-drive-container .testDrive .form-items .form-item label sup {
  color: #FE3D31;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-left: -5px;
}
.test-drive-container .testDrive .form-items .form-item .form-line {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.test-drive-container .testDrive .form-items .form-item input, .test-drive-container .testDrive .form-items .form-item textarea {
  width: 100%;
  border: none;
  outline: none;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #3D3F4C;
  background: #F9FCFF;
  border-radius: 4px;
  padding: 14px;
  border: 2px solid #E9F7FE;
}
.test-drive-container .testDrive .form-items .form-item input::-moz-placeholder, .test-drive-container .testDrive .form-items .form-item textarea::-moz-placeholder {
  color: #A6A9B8;
}
.test-drive-container .testDrive .form-items .form-item input::placeholder, .test-drive-container .testDrive .form-items .form-item textarea::placeholder {
  color: #A6A9B8;
}
.test-drive-container .testDrive .form-items .form-item textarea {
  resize: none;
  height: 140px;
}
.test-drive-container .testDrive .form-items .form-item .nice-select {
  height: auto;
  line-height: normal;
  border: 2px solid #E9F7FE;
  background: #F9FCFF;
  width: 100%;
  padding: 14px 52px 14px 14px;
  border-radius: 4px;
}
.test-drive-container .testDrive .form-items .form-item .nice-select .current {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3D3F4C;
}
.test-drive-container .testDrive .form-items .form-item .nice-select::after {
  border-color: #3D3F4C;
  right: 20px;
  width: 8px;
  height: 8px;
}
.test-drive-container .testDrive .form-items .form-item .nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.test-drive-container .testDrive .form-items .form-item .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.test-drive-container .testDrive .form-items .form-item .nice-select .list::-webkit-scrollbar-thumb {
  background: #0078D6;
}
.test-drive-container .testDrive .form-items .form-item .nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
}
.test-drive-container .testDrive .form-items .form-item .nice-select .list .option {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #3D3F4C;
}
.test-drive-container .testDrive .sendTestDriveForm {
  margin-top: 28px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  padding: 16px;
  background: #0078D6;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s ease-in-out;
}
.test-drive-container .testDrive .sendTestDriveForm:hover {
  background: #00ADEF;
}

.service-register-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-register-container .serviceRegister_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.service-register-container .serviceRegister {
  max-width: 770px;
  width: 100%;
  padding: 90px 92px;
  background: rgba(148, 148, 148, 0.2);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.service-register-container .serviceRegister .formTitle {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  color: #fff;
}
.service-register-container .serviceRegister .short_desc {
  width: 100%;
  margin-top: 10px;
}
.service-register-container .serviceRegister .short_desc p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.service-register-container .serviceRegister .form-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  width: 100%;
}
.service-register-container .serviceRegister .form-items .form-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  width: 100%;
}
.service-register-container .serviceRegister .form-items .form-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}
.service-register-container .serviceRegister .form-items .form-item label sup {
  color: #FE3D31;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  margin-left: -5px;
}
.service-register-container .serviceRegister .form-items .form-item .form-line {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.service-register-container .serviceRegister .form-items .form-item input, .service-register-container .serviceRegister .form-items .form-item textarea {
  width: 100%;
  border: none;
  outline: none;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #3D3F4C;
  background: #F9FCFF;
  border-radius: 4px;
  padding: 14px;
  border: 2px solid #E9F7FE;
}
.service-register-container .serviceRegister .form-items .form-item input::-moz-placeholder, .service-register-container .serviceRegister .form-items .form-item textarea::-moz-placeholder {
  color: #A6A9B8;
}
.service-register-container .serviceRegister .form-items .form-item input::placeholder, .service-register-container .serviceRegister .form-items .form-item textarea::placeholder {
  color: #A6A9B8;
}
.service-register-container .serviceRegister .form-items .form-item textarea {
  resize: none;
  height: 140px;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select {
  height: auto;
  line-height: normal;
  border: 2px solid #E9F7FE;
  background: #F9FCFF;
  width: 100%;
  padding: 14px 52px 14px 14px;
  border-radius: 4px;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .current {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3D3F4C;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select::after {
  border-color: #3D3F4C;
  right: 20px;
  width: 8px;
  height: 8px;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .list::-webkit-scrollbar-thumb {
  background: #0078D6;
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
}
.service-register-container .serviceRegister .form-items .form-item .nice-select .list .option {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #3D3F4C;
}
.service-register-container .serviceRegister .sendServiceForm {
  margin-top: 28px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  padding: 16px;
  background: #0078D6;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s ease-in-out;
}
.service-register-container .serviceRegister .sendServiceForm:hover {
  background: #00ADEF;
}

.service-container {
  max-width: 1440px;
  width: 100%;
  margin: 24px auto 120px;
}
.service-container .service-main {
  margin-top: 38px;
  display: flex;
  align-items: start;
  gap: 60px;
  justify-content: space-between;
}
.service-container .service-main .service-list {
  max-width: 715px;
  width: 100%;
  max-height: 635px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow-y: auto;
  direction: rtl;
}
.service-container .service-main .service-list .service-item {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: auto;
  gap: 12px;
  padding-left: 28px;
  padding-bottom: 52px;
  direction: ltr;
}
.service-container .service-main .service-list .service-item .service-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #B7B7B7;
}
.service-container .service-main .service-list .service-item .service-detail p, .service-container .service-main .service-list .service-item .service-detail span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #C8C8C8;
}
.service-container .service-main .service-list .service-item:last-child {
  padding-bottom: 0;
}
.service-container .service-main .service-list .active .service-title {
  color: #3E3E3E;
}
.service-container .service-main .service-list .active .service-detail p, .service-container .service-main .service-list .active .service-detail span {
  color: #5E5E5E;
}
.service-container .service-main .service-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}
.service-container .service-main .service-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #0078D6;
}
.service-container .service-main .service-list::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #DDF6FF;
}
.service-container .service-main .service-images {
  max-width: 449px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.service-container .service-main .service-images .service-img {
  display: none;
  width: 100%;
  height: 635px;
  border-radius: 4px;
}
.service-container .service-main .service-images .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.about {
  margin: 24px auto 0;
  max-width: 1440px;
  width: 100%;
}
.about .aboutMain {
  width: 100%;
  margin-top: 28px;
}
.about .aboutMain .aboutTitle {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  color: #0078D6;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.about .aboutMain .aboutTitle::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #0078D6;
}
.about .aboutMain .aboutContent {
  margin-top: 32px;
}
.about .aboutMain .aboutContent h1, .about .aboutMain .aboutContent h2, .about .aboutMain .aboutContent h3, .about .aboutMain .aboutContent h4, .about .aboutMain .aboutContent h5, .about .aboutMain .aboutContent h6 {
  font-family: 'Inter', sans-serif;
  max-width: 100%;
}
.about .aboutMain .aboutContent p, .about .aboutMain .aboutContent span {
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.about .aboutMain .aboutContent ul {
  padding-left: 20px;
}

.compliance {
  margin: 24px auto 0;
  max-width: 1440px;
  width: 100%;
  padding-bottom: 120px;
}
.compliance .compliance-content {
  width: 100%;
  margin-top: 28px;
}
.compliance .compliance-content p, .compliance .compliance-content span {
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.compliance .compliance-content ul {
  padding-left: 20px;
}

.privacy {
  margin-top: 48px;
  width: 100%;
  border-top: 1px solid rgba(236, 236, 236, 0.93);
  padding-top: 20px;
  padding-bottom: 120px;
}
.privacy .privacyMain {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.privacy .privacyMain .privacyTitle {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  color: #0078D6;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.privacy .privacyMain .privacyTitle::after {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #0078D6;
}
.privacy .privacyMain .privacyContent {
  margin-top: 32px;
}
.privacy .privacyMain .privacyContent h1, .privacy .privacyMain .privacyContent h2, .privacy .privacyMain .privacyContent h3, .privacy .privacyMain .privacyContent h4, .privacy .privacyMain .privacyContent h5, .privacy .privacyMain .privacyContent h6 {
  font-family: 'Inter', sans-serif;
  max-width: 100%;
}
.privacy .privacyMain .privacyContent p, .privacy .privacyMain .privacyContent span {
  max-width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.privacy .privacyMain .privacyContent ul {
  padding-left: 20px;
}

.contact-container {
  margin: 54px auto 0;
  max-width: 1440px;
  width: 100%;
}
.contact-container .title {
  display: none;
}
.contact-container .contact-boxes {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1110px;
  margin: 0 auto;
}
.contact-container .contact-boxes .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 8px;
  padding: 26px 14px 14px;
}
.contact-container .contact-boxes .contact-box .icon {
  width: 24px;
  height: 24px;
}
.contact-container .contact-boxes .contact-box .icon img {
  width: 100%;
  height: 100%;
}
.contact-container .contact-boxes .contact-box p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #797B85;
}
.contact-container .contact-form {
  margin: 80px auto 0;
  max-width: 860px;
  width: 100%;
}
.contact-container .contact-form h1 {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
  color: #000;
}
.contact-container .contact-form .short-desc {
  margin-top: 24px;
}
.contact-container .contact-form .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #4C4C4C;
}
.contact-container .contact-form .form-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}
.contact-container .contact-form .form-main .form-line {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.contact-container .contact-form .form-main input {
  width: 100%;
  padding: 18px 24px;
  border: none;
  outline: none;
  border-bottom: 1px solid #DEDEDE;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #969696;
}
.contact-container .contact-form .form-main input::-moz-placeholder {
  color: #969696;
}
.contact-container .contact-form .form-main input::placeholder {
  color: #969696;
}
.contact-container .contact-form .form-main .sendContact {
  margin: 10px;
  margin-left: auto;
  padding: 10px 32px;
  border-radius: 100px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background: #0078D6;
  transition: 0.4s ease-in-out;
}
.contact-container .contact-form .form-main .sendContact:hover {
  background: #00ADEF;
}

.contact-map {
  width: 100%;
  margin: 120px 0 32px;
  height: 635px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

.special-offers-head {
  margin: 24px auto 0;
  max-width: 1440px;
  width: 100%;
}

.lastSpecial-offers {
  display: block;
  width: 100%;
  margin-top: 38px;
  height: 600px;
  position: relative;
}
.lastSpecial-offers img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(48%);
}
.lastSpecial-offers .lastSpecial-content {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  padding-bottom: 66px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lastSpecial-offers .lastSpecial-content .lastSpecial-subTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}
.lastSpecial-offers .lastSpecial-content .lastSpecial-title {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  color: #fff;
  max-width: 1016px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lastSpecial-offers .lastSpecial-content .lastSpecial-desc {
  margin-top: 12px;
  max-width: 760px;
}
.lastSpecial-offers .lastSpecial-content .lastSpecial-desc p {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.special-offers-container {
  max-width: 1440px;
  width: 100%;
  margin: 60px auto 120px;
}
.special-offers-container .all-special-offers {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 24px;
}
.special-offers-container .all-special-offers .special-offer-box {
  height: 613px;
  position: relative;
}
.special-offers-container .all-special-offers .special-offer-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}
.special-offers-container .all-special-offers .special-offer-box .box-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 32px 24px;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .body-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .body-head h3 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.41);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.4s ease-in-out;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon:hover {
  transform: rotate(45deg);
}
.special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  width: 100%;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain h3 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #fff;
  max-width: 88%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain .short-desc {
  max-width: 88%;
}
.special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain .short-desc p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.model-container {
  max-width: 1440px;
  width: 100%;
  margin: 24px auto 120px;
}
.model-container .modelType-head {
  margin: 38px auto 0;
  width: 100%;
}
.model-container .modelType-head .modelTypeSlide, .model-container .modelType-head .desktop-modelTypes {
  width: 100%;
}
.model-container .modelType-head .modelTypeSlide .modelTypeBtn, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn {
  min-width: 124px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-right: 1px solid rgba(236, 236, 236, 0.93);
  border-top: 1px solid rgba(236, 236, 236, 0.93);
  border-bottom: 1px solid rgba(236, 236, 236, 0.93);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.model-container .modelType-head .modelTypeSlide .modelTypeBtn:hover, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn:hover {
  background: #0078D6;
  color: #fff;
}
.model-container .modelType-head .modelTypeSlide .modelTypeBtn:first-child, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn:first-child {
  border-left: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 4px 0 0 4px;
}
.model-container .modelType-head .modelTypeSlide .modelTypeBtn:last-child, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn:last-child {
  border-radius: 0 4px 4px 0;
}
.model-container .modelType-head .modelTypeSlide .active, .model-container .modelType-head .desktop-modelTypes .active {
  background: #0078D6;
  color: #fff;
}
.model-container .modelType-head .modelTypeSlide .active:hover, .model-container .modelType-head .desktop-modelTypes .active:hover {
  background: #00ADEF;
}
.model-container .modelType-head .modelTypeSlide {
  display: none;
}
.model-container .modelType-head .desktop-modelTypes {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
}
.model-container .modelType-head .desktop-modelTypes .modelTypeBtn {
  border: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 4px;
}
.model-container .modelType-head .desktop-modelTypes .modelTypeBtn:first-child {
  border-radius: 4px;
}
.model-container .modelType-head .desktop-modelTypes .modelTypeBtn:last-child {
  border-radius: 4px;
}
.model-container .modelType {
  width: 100%;
  gap: 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 70px;
}
.model-container .modelType .model-bans {
  max-width: 218px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  box-shadow: 0px 0px 11px 0px rgba(126, 126, 126, 0.12);
  background: #fff;
  border-radius: 4px;
  padding: 30px 12px;
}
.model-container .modelType .model-bans .bans-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.model-container .modelType .model-bans .bans-list .ban-item {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.model-container .modelType .model-bans .bans-list .ban-item .ban-icon {
  width: 39px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-container .modelType .model-bans .bans-list .ban-item .ban-icon svg {
  width: 100%;
  height: 100%;
}
.model-container .modelType .model-bans .bans-list .ban-item .ban-icon svg path {
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .ban-item .ban-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.model-container .modelType .model-bans .bans-list .ban-item p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .ban-item:hover {
  background: #0078D6;
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .ban-item:hover .ban-icon svg path {
  fill: #fff;
}
.model-container .modelType .model-bans .bans-list .ban-item:hover p {
  color: #fff;
}
.model-container .modelType .model-bans .bans-list .active {
  background: #0078D6;
}
.model-container .modelType .model-bans .bans-list .active .ban-icon svg path {
  fill: #fff;
}
.model-container .modelType .model-bans .bans-list .active p {
  color: #fff !important;
}
.model-container .modelType .model-bans .bans-list .seeAll {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.model-container .modelType .model-bans .bans-list .seeAll svg {
  width: 30px;
  height: 30px;
}
.model-container .modelType .model-bans .bans-list .seeAll svg path {
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .seeAll p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .seeAll:hover {
  background: #0078D6;
  transition: 0.3s ease-in-out;
}
.model-container .modelType .model-bans .bans-list .seeAll:hover svg path {
  fill: #fff;
}
.model-container .modelType .model-bans .bans-list .seeAll:hover p {
  color: #fff;
}
.model-container .modelType .all-products {
  max-width: 912px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 70px;
}
.model-container .modelType .all-products .products-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.model-container .modelType .all-products .products-result .resultTitle {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #000;
}
.model-container .modelType .all-products .products-result .products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
.model-container .modelType .all-products .products-result .products .product-cart {
  height: 452px;
}
.model-container .modelType .mobile-modelBans-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
  display: none;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans {
  position: relative;
  padding: 0 20px;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide {
  position: initial;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-bottom: 1px solid rgba(236, 236, 236, 0.93);
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .mobileMobile-item {
  width: -moz-max-content;
  width: max-content;
  text-wrap: wrap;
  padding: 10px;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #000;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .active {
  border-color: #0078D6;
  color: #0078D6;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next, .model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next::after, .model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev::after {
  display: none;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next svg, .model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-next {
  right: 0;
}
.model-container .modelType .mobile-modelBans-container .mobile-modelBans .mobile-modelBans-slide .swiper-button-prev {
  left: 0;
}
.model-container .modelType .mobile-modelType-filterArea {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.model-container .modelType .mobile-modelType-filterArea .filterResult {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #000;
}
.model-container .modelType .mobile-modelType-filterArea .showFilterBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}
.model-container .modelType .mobile-modelType-filterArea .showFilterBtn svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.model-container .modelType .mobile-products-slide {
  display: none;
  width: 100%;
  padding: 8px 0;
}
.model-container .modelType .mobile-products-slide .product-cart {
  width: 288px;
  height: 452px;
}

/* ===== Product Detail Page ===== */
/* === Product Detail Page === */
.pd-page {
  width: 100%;
  margin-bottom: 80px;
}
.pd-breadcrumb {
  width: 100%;
  padding: 20px 40px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* === Title above grid (full width) === */
.pd-head-wrap {
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
}
/* === Two-column main: slider | form (aligned at top) === */
.pd-main {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  margin-top: 0;
  align-items: start;
  width: 100%;
}
/* === LEFT column === */
.pd-left {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0 40px 60px 40px;
}
/* Title area */
.pd-head {
  margin-bottom: 20px;
}
.pd-model-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.pd-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-top: 6px;
  line-height: 1.2;
}
.pd-price {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}
/* Gallery */
.pd-img-wrap {
  width: 100%;
  min-width: 0;
}
.pd-mainSwiper {
  width: 100%;
  height: 480px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
}
.pd-mainSlide {
  width: 100%;
  height: 100%;
}
.pd-mainSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Nav arrows */
.pd-nav-prev,
.pd-nav-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  margin: 0 !important;
  transition: background 0.2s;
}
.pd-nav-prev { left: 14px !important; right: auto !important; }
.pd-nav-next { right: 14px !important; left: auto !important; }
.pd-nav-prev:hover,
.pd-nav-next:hover { background: rgba(0,0,0,0.8); }
.pd-nav-prev::after,
.pd-nav-next::after { display: none !important; }
/* Thumbnails */
.pd-thumbSwiper {
  margin-top: 6px;
  height: 82px;
  position: relative;
}
.pd-thumb-prev,
.pd-thumb-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50%;
  z-index: 10;
  margin: 0 !important;
}
.pd-thumb-prev::after,
.pd-thumb-next::after {
  font-size: 10px !important;
  color: #fff !important;
}
.pd-thumbSlide {
  width: 110px !important;
  height: 82px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  border-bottom: 3px solid transparent;
}
.pd-thumbSlide.swiper-slide-thumb-active {
  opacity: 1;
  border-bottom-color: #000;
}
.pd-thumbSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Icon specs */
.pd-specs-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  overflow: hidden;
}
.pd-spec-icon-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px 8px;
  border-right: 1px solid #e8e8e8;
  text-align: center;
}
.pd-spec-icon-item:last-child { border-right: none; }
.pd-spec-icon-item img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pd-spec-icon-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pd-spec-icon-val {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
/* Accordions */
.pd-accordions {
  margin-top: 24px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.pd-acc-item { border-bottom: 1px solid #e0e0e0; }
.pd-acc-item:last-child { border-bottom: none; }
.pd-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.pd-acc-trigger:hover { background: #fafafa; }
.pd-acc-trigger > span {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.pd-acc-plus, .pd-acc-minus { flex-shrink: 0; }
.pd-acc-minus { display: none; }
.pd-acc-item.active .pd-acc-plus { display: none; }
.pd-acc-item.active .pd-acc-minus { display: block; }
.pd-acc-body { display: none; padding: 0 24px 24px; }
.pd-acc-item.active .pd-acc-body { display: block; }
.pd-acc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.pd-options-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}
.pd-option-item { display: flex; align-items: flex-start; gap: 8px; }
.pd-option-item svg { flex-shrink: 0; margin-top: 2px; }
.pd-option-item span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
/* Dealer info */
.pd-dealer-info {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
.pd-dealer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.pd-dealer-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.pd-dealer-address {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}
.pd-dealer-phone {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #00ADEF;
  text-decoration: none;
}
.pd-dealer-phone:hover { text-decoration: underline; }
.pd-dealer-map { width: 100%; overflow: hidden; }
.pd-dealer-map iframe {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
}
.pd-working-hours {
  margin-top: 20px;
}
.pd-working-hours table {
  width: 100%;
  border-collapse: collapse;
}
.pd-working-hours table tr {
  border-bottom: 1px solid #f0f0f0;
}
.pd-working-hours table tr:last-child { border-bottom: none; }
.pd-working-hours table td {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  padding: 11px 0;
}
.pd-working-hours table td:last-child {
  text-align: right;
  color: #555;
}
/* === RIGHT: Gray sidebar === */
.pd-right {
  background: #f5f5f5;
  padding: 32px 40px 60px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pd-cta-heading {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.pd-cta-phone {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.pd-cta-phone:hover { color: #00ADEF; }
.pd-cta-btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.pd-btn-primary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ADEF;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 13px 12px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
  white-space: nowrap;
}
.pd-btn-primary:hover { background: #0099d4; }
.pd-btn-secondary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 12px;
  border-radius: 100px;
  border: 1.5px solid #bbb;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  white-space: nowrap;
}
.pd-btn-secondary:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

/* Product detail inquiry form */
.pd-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pd-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pd-form-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.pd-form-input {
  padding: 12px 14px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
}
.pd-form-input:focus {
  border-color: #00ADEF;
}
.pd-btn-submit {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
  border: none;
}
.pd-btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.pd-cta-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 16px;
  background: transparent;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  border: 1.5px solid #bbb;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  margin-top: 4px;
}
.pd-cta-contact:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

/* Success popup */
.pd-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pd-popup-overlay.open {
  display: flex;
}
.pd-popup-box {
  background: #fff;
  border-radius: 12px;
  padding: 28px 40px;
  max-width: 360px;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.pd-popup-message {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0;
}
.pd-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  line-height: 1;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 4px;
}
.pd-popup-close:hover { color: #000; }

/* ===================================================
   BUY-NEW PAGE
   =================================================== */
.bn-page {
  width: 100%;
  min-height: 60vh;
  padding-bottom: 80px;
}
.bn-layout {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
/* --- Sidebar --- */
.bn-sidebar {
  width: 300px;
  min-width: 300px;
  border-right: 1px solid #e0e0e0;
  min-height: 100vh;
  background: #fff;
  position: sticky;
  top: 0;
  align-self: flex-start;
  max-height: 100vh;
  overflow-y: auto;
}
.bn-sidebar-inner {
  padding: 28px 24px 60px;
}
.bn-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.bn-sidebar-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.3px;
}
.bn-clear-search {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #00ADEF;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bn-clear-search:hover { text-decoration: underline; }
/* Filter group */
.bn-filter-group {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0;
}
.bn-filter-dropdown-group {
  position: relative;
  margin-bottom: 14px;
  border-bottom: none;
  padding-bottom: 0;
}
.bn-select {
  width: 100%;
  padding: 13px 40px 13px 16px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}
.bn-select:focus { border-color: #00ADEF; }
.bn-filter-dropdown-group .bn-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.bn-filter-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-align: left;
  letter-spacing: -0.2px;
}
.bn-filter-label svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.bn-filter-collapsible.open .bn-filter-label svg {
  transform: rotate(180deg);
}
.bn-filter-body {
  display: none;
  padding-bottom: 16px;
  flex-direction: column;
  gap: 10px;
}
.bn-filter-collapsible.open .bn-filter-body {
  display: flex;
}
/* Checkbox items */
.bn-checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  padding: 4px 0;
  line-height: 1.4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bn-cb-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.bn-cb {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1.5px solid #c0c0c0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}
.bn-cb.active,
.bn-cb-input:checked + .bn-cb {
  background: #00ADEF;
  border-color: #00ADEF;
}
.bn-cb.active::after,
.bn-cb-input:checked + .bn-cb::after {
  content: '';
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
  display: block;
}
.bn-count {
  color: #999;
  font-size: 12px;
  margin-left: 2px;
}
/* --- Main --- */
.bn-main {
  flex: 1;
  min-width: 0;
  padding: 28px 40px 0 40px;
}
/* Topbar */
.bn-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.bn-count-text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.3px;
}
.bn-count-text strong {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.bn-sort-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.bn-sort-select {
  padding: 10px 36px 10px 16px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  min-width: 220px;
}
.bn-sort-wrap .bn-select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
/* Grid */
.bn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* Card */
.bn-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}
.bn-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.bn-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f5f5f5;
}
.bn-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.bn-card:hover .bn-card-img img {
  transform: scale(1.03);
}
.bn-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bn-card-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.bn-card-model {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.bn-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.bn-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 8px;
}
.bn-spec-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #555;
}
.bn-card-price {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00ADEF;
  margin-top: 10px;
  letter-spacing: -0.3px;
}
.bn-card-dealer {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #aaa;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* Empty state */
.bn-empty {
  text-align: center;
  padding: 60px 20px;
}
.bn-empty p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}
.bn-reset-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}
.bn-reset-btn:hover { background: #00ADEF; }
/* Responsive */
@media only screen and (max-width: 1400px) {
  .bn-grid { grid-template-columns: repeat(3, 1fr); }
}
@media only screen and (max-width: 1100px) {
  .bn-sidebar { width: 260px; min-width: 260px; }
  .bn-grid { grid-template-columns: repeat(2, 1fr); }
  .bn-main { padding: 24px 24px 0; }
}
@media only screen and (max-width: 768px) {
  .bn-layout { flex-direction: column; }
  .bn-sidebar {
    display: none;
  }
  .bn-main { padding: 20px 16px 0; }
  .bn-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media only screen and (max-width: 480px) {
  .bn-grid { grid-template-columns: 1fr; }
}
/* End buy-new page */

/* ===================================================
   HOME — OUR MODELS SECTION  (.hm-)
   =================================================== */
.hm-section {
  padding: 60px 40px 80px;
  background: #fff;
}
/* Header */
.hm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.hm-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}
.hm-viewall {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.hm-viewall:hover { color: #00ADEF; }
/* Tabs */
.hm-tabs-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 40px;
}
.hm-tabs-wrap::-webkit-scrollbar { display: none; }
.hm-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding-bottom: 2px;
}
.hm-tab {
  padding: 9px 22px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.hm-tab:hover:not(.active) {
  background: #f4f4f4;
  color: #000;
}
.hm-tab.active {
  background: #000;
  color: #fff;
  font-weight: 600;
}
/* Panels */
.hm-panel { display: none; }
.hm-panel.active { display: block; }
/* Carousel wrapper */
.hm-carousel-wrap {
  position: relative;
}
.hm-swiper {
  overflow: hidden;
}
/* Car card */
.hm-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
}
.hm-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
.hm-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.hm-card:hover .hm-card-img img {
  transform: scale(1.04);
}
.hm-card-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.hm-card-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-top: 16px;
  text-align: center;
  letter-spacing: -0.2px;
}
.hm-card-trim {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin-top: 4px;
  text-align: center;
  display: block;
}
.hm-card-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #00ADEF;
  margin-top: 8px;
  text-align: center;
  display: block;
  transition: opacity 0.2s;
}
.hm-card:hover .hm-card-link { opacity: 0.75; }
/* Nav buttons */
.hm-nav-btn {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hm-nav-btn:hover {
  border-color: #000;
  background: #000;
}
.hm-nav-btn:hover svg path { stroke: #fff; }
.hm-nav-next { right: -22px; }
.hm-nav-prev { left: -22px; }
.hm-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
/* Empty state */
.hm-empty-tab {
  padding: 40px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
/* Responsive */
@media only screen and (max-width: 1100px) {
  .hm-nav-next { right: -16px; }
  .hm-nav-prev { left: -16px; }
}
@media only screen and (max-width: 768px) {
  .hm-section { padding: 40px 20px 60px; }
  .hm-head { margin-bottom: 20px; }
  .hm-title { font-size: 22px; }
  .hm-tabs { margin-bottom: 24px; }
  .hm-nav-next { right: 0; }
  .hm-nav-prev { left: 0; }
}
/* End home models section */

/* ===================================================
   HOME — SPOTLIGHT / BLOG SECTION
   =================================================== */
.spotlight-section {
  padding: 60px 40px 80px;
  background: #fff;
}
.spotlight-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}
.spotlight-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}
.spotlight-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}
.spotlight-carousel-wrap {
  position: relative;
}
.spotlight-swiper {
  overflow: hidden;
}
/* Card */
.spotlight-card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 340px;
  cursor: pointer;
}
.spotlight-card-img {
  position: absolute;
  inset: 0;
}
.spotlight-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.spotlight-card:hover .spotlight-card-img img {
  transform: scale(1.04);
}
/* Dark gradient overlay */
.spotlight-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.3) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 16px 16px;
}
.spotlight-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 6px;
}
.spotlight-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.80);
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spotlight-card-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #00ADEF;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  transition: background 0.2s;
}
.spotlight-card:hover .spotlight-card-btn { background: #0099d4; }
/* Nav button */
.spotlight-nav-next {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s;
}
.spotlight-nav-next:hover { border-color: #000; background: #000; }
.spotlight-nav-next:hover svg path { stroke: #fff; }
/* Pagination */
.spotlight-pagination {
  margin-top: 20px;
  text-align: center;
}
.spotlight-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.spotlight-pagination .swiper-pagination-bullet-active {
  background: #00ADEF;
}
@media only screen and (max-width: 768px) {
  .spotlight-section { padding: 40px 20px 60px; }
  .spotlight-title { font-size: 22px; }
  .spotlight-card { height: 280px; }
  .spotlight-nav-next { display: none; }
}
/* End spotlight section */

/* ===================================================
   BUY-NEW: MOBILE FILTER DRAWER
   =================================================== */
.bn-mobile-topbar {
  display: none;
  padding: 16px 16px 0;
}
.bn-mobile-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bn-mobile-search-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.bn-refine-btn {
  width: 100%;
  padding: 14px;
  background: #00ADEF;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 16px;
}
/* Drawer overlay */
.bn-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
.bn-drawer-overlay.open { display: block; }
/* Drawer */
.bn-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 1001;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.bn-drawer.open { transform: translateY(0); }
.bn-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #ebebeb;
  flex-shrink: 0;
}
.bn-drawer-title {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.bn-drawer-close {
  font-size: 24px;
  line-height: 1;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 4px;
}
.bn-drawer-body {
  overflow-y: auto;
  padding: 16px 20px;
  flex: 1;
}
.bn-drawer-footer {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #ebebeb;
  flex-shrink: 0;
}
.bn-drawer-cancel {
  flex: 1;
  padding: 14px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.bn-drawer-submit {
  flex: 2;
  padding: 14px;
  background: #00ADEF;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
/* "View details" button on card (mobile only) */
.bn-card-view-btn {
  display: none;
  width: 100%;
  padding: 12px;
  background: #00ADEF;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .bn-mobile-topbar { display: block; }
  .bn-card-view-btn { display: block; }
  .bn-card-dealer { font-size: 12px; }
  .bn-card-body { padding: 14px 14px 16px; }
  .bn-card-img { aspect-ratio: 16/9; }
}
/* End buy-new mobile drawer */

.mobileMenuContainer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 357px;
  height: 100%;
  background: #fff;
  z-index: 15;
  box-shadow: 0px 0px 11px 0px rgba(107, 107, 107, 0.12);
  display: none;
  flex-direction: column;
  align-items: start;
  transition: 0.4s ease-in-out;
}
.mobileMenuContainer .mobileMenu-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 33px;
  border-bottom: 1px solid #ECECEC;
}
.mobileMenuContainer .mobileMenu-head .menuTitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2px;
  text-align: left;
  color: #3D3F4C;
}
.mobileMenuContainer .mobileMenu-head .closeMobileMenu {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.mobileMenuContainer .mobileMenu-head .closeMobileMenu svg {
  width: 100%;
  height: 100%;
}
.mobileMenuContainer .mobileDropMenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: 0.3s ease-in-out;
}
.mobileMenuContainer .mobileDropMenu .menuBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 33px;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #3D3F4C;
  font-family: 'Inter', sans-serif;
  border-bottom: 1px solid #ECECEC;
}
.mobileMenuContainer .mobileDropMenu .menuBtn svg {
  width: 28px;
  height: 28px;
  min-width: 28px;
  transition: 0.3s ease-in-out;
}
.mobileMenuContainer .mobileDropMenu .drop-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  width: 100%;
  max-height: 232px;
  overflow-y: auto;
}
.mobileMenuContainer .mobileDropMenu .drop-links::-webkit-scrollbar {
  width: 4px;
}
.mobileMenuContainer .mobileDropMenu .drop-links::-webkit-scrollbar-thumb {
  background: #0078D6;
}
.mobileMenuContainer .mobileDropMenu .drop-links::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.12);
}
.mobileMenuContainer .mobileDropMenu .drop-links .drop-link {
  padding: 19px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #3D3F4C;
}
.mobileMenuContainer .mobileDropMenu .drop-links .drop-link img {
  width: 28px;
  height: 18px;
}
.mobileMenuContainer .mobileDropMenu .drop-links .drop-link .drop {
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #3D3F4C;
}
.mobileMenuContainer .activeDropMenu .menuBtn svg {
  transform: rotate(180deg);
}
.mobileMenuContainer .activeDropMenu .drop-links {
  height: 100%;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #ECECEC;
}
.mobileMenuContainer .mobileLink {
  padding: 18px 33px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #3D3F4C;
  border-bottom: 1px solid #ECECEC;
}
.mobileMenuContainer .mobile-phone {
  width: 100%;
  margin-top: 23px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.mobileMenuContainer .mobile-phone .phone {
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  padding: 13px;
}
.mobileMenuContainer .mobile-phone .phone svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.mobileMenuContainer .mobile-phone .mobile_service_register {
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0078D6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  padding: 13px;
}

.mobile-filter-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
  flex-direction: column;
  align-items: start;
  transition: 0.4s ease-in-out;
}
.mobile-filter-container .mobile-filter {
  width: 357px;
  height: 100%;
  background: #fff;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow-y: auto;
}
.mobile-filter-container .mobile-filter .filter-top {
  width: 100%;
  padding: 24px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #ECECEC;
}
.mobile-filter-container .mobile-filter .filter-top h2 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #3D3F4C;
}
.mobile-filter-container .mobile-filter .filter-top .closeFilter {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.mobile-filter-container .mobile-filter .filter-top .closeFilter svg {
  width: 100%;
  height: 100%;
}
.mobile-filter-container .mobile-filter .filterModel {
  margin-top: 28px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}
.mobile-filter-container .mobile-filter .filterModel h2 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3D3F4C;
  padding-right: 17px;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide {
  width: 100%;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide .modelTypeBtn {
  min-width: 88px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-right: 1px solid rgba(236, 236, 236, 0.93);
  border-top: 1px solid rgba(236, 236, 236, 0.93);
  border-bottom: 1px solid rgba(236, 236, 236, 0.93);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide .modelTypeBtn:hover {
  background: #000;
  color: #fff;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide .modelTypeBtn:first-child {
  border-left: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 4px 0 0 4px;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide .modelTypeBtn:last-child {
  border-left: 1px solid rgba(236, 236, 236, 0.93);
  border-radius: 0 4px 4px 0;
}
.mobile-filter-container .mobile-filter .filterModel .filterModelType-slide .active {
  background: #000;
  color: #fff;
}
.mobile-filter-container .mobile-filter .filterBan {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.mobile-filter-container .mobile-filter .filterBan h2 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3D3F4C;
  padding-right: 17px;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans .filterBan-item {
  min-width: 72px;
  border-radius: 100px;
  border: 1px solid #000;
  text-align: left;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans .filterBan-item .icon {
  width: 25px;
  height: 16px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans .filterBan-item .icon svg {
  width: 100%;
  height: 100%;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans .active {
  color: #fff;
  background: #000;
}
.mobile-filter-container .mobile-filter .filterBan .filterBans .active svg path {
  fill: #fff;
}
.mobile-filter-container .mobile-filter .filterBottom {
  margin-top: auto;
  padding: 0 17px;
  width: 100%;
}
.mobile-filter-container .mobile-filter .filterBottom .submitFilter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  background: #000000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding: 14px;
}

.error-container {
  margin: 50px auto 100px;
  max-width: 1016px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-container .error-img {
  max-width: 586px;
  width: 100%;
}
.error-container .error-img img {
  width: 100%;
  height: 100%;
}
.error-container .title {
  text-align: center;
}
.error-container p {
  margin-top: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9C9C9C;
  font-family: 'Inter', sans-serif;
}
.error-container .backHome {
  margin-top: 40px;
  display: block;
  padding: 9px 65px;
  border-radius: 100px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: #0078D6;
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.error-container .backHome:hover {
  border-color: #fff;
  background: #00ADEF;
}

@media only screen and (min-width: 1700px) {
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
    max-width: 500px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroSubTitle {
    font-size: 18px;
    line-height: 24px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 52px;
    line-height: 64px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
    margin-top: 20px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links {
    margin-top: 32px;
    gap: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links a {
    padding: 11px 35px;
  }
  .lastBlogs-slide {
    height: 700px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .blog-time {
    padding: 12px 34px;
    font-size: 16px;
    line-height: 20px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-title {
    margin-top: 30px;
    font-size: 48px;
    line-height: 56px;
    max-width: 860px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc {
    margin-top: 24px;
    max-width: 860px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-detail-head .head-img {
    height: 700px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 750px;
  }
}
@media only screen and (min-width: 1800px) {
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
    max-width: 550px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroSubTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 54px;
    line-height: 68px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
    margin-top: 22px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc p {
    font-size: 20px;
    line-height: 28px;
  }
  .lastBlogs-slide {
    height: 800px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .blog-time {
    padding: 14px 36px;
    font-size: 18px;
    line-height: 28px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-title {
    margin-top: 32px;
    font-size: 52px;
    line-height: 64px;
    max-width: 900px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc {
    margin-top: 28px;
    max-width: 900px;
  }
  .blog-detail-head .head-img {
    height: 750px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 800px;
  }
}
@media only screen and (min-width: 1900px) {
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 60px;
    line-height: 72px;
  }
  .lastBlogs-slide {
    height: 900px;
  }
  .blog-detail-head .head-img {
    height: 800px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 850px;
  }
}
@media only screen and (max-width: 1250px) {
  .p-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  header .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header .header .header-right {
    gap: 26px;
  }
  header .header .header-right .header-right-main {
    gap: 50px;
  }
  header .header .header-right .header-right-other {
    gap: 10px;
  }
  header .header .header-right .header-right-other .header-search {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
  nav .navbar {
    gap: 12px;
  }
  nav .navbar .navbar-main {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  nav .navbar .navbar-main .navbar-main-item {
    padding: 12px 0;
  }
  nav .navbar .navbar-main .navbar-main-item .navbar-item {
    gap: 8px;
  }
  nav .navbar .navbar-main .navbar-main-item .navbarMenu {
    top: 58px;
    width: 270px;
    max-height: 300px;
  }
  nav .navbar .navbar-main .navbar-main-item .navbarMenu .navbarMenu-link {
    padding: 8px 12px;
    font-size: 14px;
  }
  nav .navbar .navbar-main .navbar-main-item:hover .navbarMenu {
    top: 48px;
  }
  nav .navbar .navServiceRegister {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 20px;
  }
  nav .navbar .navTestDrive {
    padding: 8px 34px;
    font-size: 14px;
  }
  .title {
    font-size: 40px;
    line-height: 48px;
  }
  .search-container {
    top: 95px;
    padding: 80px 16px;
  }
  .search-container .searchForm {
    max-width: 500px;
  }
  .search-container .searchForm svg {
    min-width: 22px;
    width: 22px;
  }
  .search-container .searchForm .searchBtn {
    padding: 8px 26px;
    font-size: 14px;
  }
  .search-container .search-result-box {
    max-width: 500px;
  }
  .search-container .search-result-box .result_list {
    max-height: 270px;
  }
  .search-container .search-result-box .result_list .search_result_item a .item-img {
    width: 100px;
    min-width: 100px;
    height: 60px;
  }
  .search-container .search-result-box .result_list .search_result_item a p {
    font-size: 16px;
    line-height: 24px;
  }
  .search-container .search-result-box .result_message {
    font-size: 16px;
    line-height: 24px;
  }
  .showedSearch {
    top: 67.88px;
  }
  .product-cart .productCartImg-slide .productCartImg {
    height: 170px;
  }
  .home-hero {
    height: calc(100svh - 121.24px);
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
    max-width: 400px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroSubTitle {
    font-size: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 42px;
    line-height: 54px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
    margin-top: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc p {
    font-size: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links {
    margin-top: 24px;
    gap: 10px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links a {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-hero .home-hero-slide .swiper-pagination {
    bottom: 50px;
  }
  .homeModel-container {
    margin: 70px auto 0;
  }
  .homeModel-container .home-modelType-head {
    gap: 100px;
  }
  .homeModel-container .home-modelType-head .modelTypeSlide, .homeModel-container .home-modelType-head .desktop-modelTypes {
    max-width: 623px;
  }
  .homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn {
    font-size: 18px;
    line-height: 22px;
  }
  .homeModel-container .home-modelType {
    gap: 20px;
    margin-top: 50px;
  }
  .homeModel-container .home-modelType .model-bans {
    max-width: 258px;
    padding: 20px 14px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list {
    gap: 18px 14px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .ban-item {
    gap: 6px;
    padding: 24px 18px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .ban-item .ban-icon {
    width: 50px;
    height: 30px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .ban-item p {
    font-size: 16px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .seeAll {
    gap: 6px;
    padding: 24px 18px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .seeAll svg {
    width: 30px;
    height: 30px;
  }
  .homeModel-container .home-modelType .model-bans .bans-list .seeAll p {
    font-size: 16px;
  }
  .homeModel-container .home-modelType .home-products {
    max-width: 852px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .homeModel-container .home-modelType .home-products .product-cart {
    height: 492px;
  }
  .blog-box .blog-body {
    padding: 16px;
  }
  .blog-box .blog-body .blog-name {
    font-size: 18px;
  }
  .blog-box .blog-body .short-desc {
    max-width: 200px;
  }
  .blog-box .blog-body .short-desc p {
    font-size: 14px;
    line-height: 16px;
  }
  .blog-box .blog-body .blog-more {
    margin-top: 13px;
    padding: 5px 14px;
  }
  .blogs-slide-container {
    margin-top: 85px;
    margin-bottom: 90px;
  }
  .blogs-slide-container .blogs-slide-head .head-left {
    max-width: 400px;
  }
  .blogs-slide-container .blogs-slide-head .head-left h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .blogs-slide-container .blogs-slide-head .head-left .short-desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .blogs-slide-container .blogs-slide-main {
    padding-right: 0 !important;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .blog-box {
    width: 268px;
    height: 430px;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next svg, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev svg {
    width: 30px;
    height: 30px;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next {
    right: 40px;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev {
    left: 40px;
  }
  .home-blogs {
    margin-top: 90px;
  }
  .home-video {
    height: 440px;
  }
  .home-video .home-video-content {
    padding-bottom: 60px;
  }
  .home-video .home-video-content .subTitle {
    font-size: 14px;
    line-height: 18px;
  }
  .home-video .home-video-content .mainTitle {
    font-size: 36px;
    line-height: 42px;
  }
  .home-video .home-video-content .short-desc {
    max-width: 500px;
  }
  .home-video .home-video-content .short-desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .home-video .home-video-content .more {
    padding: 8px 32px;
  }
  .home-service {
    margin: 60px auto 90px;
  }
  .home-service .home-service-head .mainTitle {
    font-size: 36px;
    line-height: 42px;
  }
  .home-service .home-service-boxes {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .home-service .home-service-boxes .home-service-box {
    gap: 12px;
  }
  .home-service .home-service-boxes .home-service-box .box-img {
    max-width: 264px;
    height: 180px;
  }
  .home-service .home-service-boxes .home-service-box .box-body {
    max-width: 322px;
    padding: 14px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .serviceBoxName {
    font-size: 20px;
    line-height: 28px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .short-desc {
    margin-top: 8px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .short-desc p {
    font-size: 14px;
    line-height: 16px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .more {
    margin-top: 20px;
    padding: 6px 10px;
  }
  footer .footer-links-container {
    padding: 35px 0;
  }
  footer .footer-links-container .footer-links .footer-links-slide .footer-link {
    padding: 20px 16px;
    font-size: 22px;
    line-height: 30px;
  }
  footer .footer-links-container .footer-links .footer-links-slide .footer-link .icon {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }
  footer .footer-main-container .footer-main {
    padding-top: 55px;
    padding-bottom: 65px;
    gap: 50px;
  }
  footer .footer-main-container .footer-main .footer-section-item .section-title {
    font-size: 20px;
    line-height: 24px;
  }
  footer .footer-main-container .footer-main .footer-contact .footer-contact-title {
    font-size: 20px;
    line-height: 24px;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links .section-link .icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  footer .footer-bottom-container .footer-bottom {
    padding-top: 20px;
    padding-bottom: 26px;
  }
  .special-offers-detail-container {
    margin: 24px auto 90px;
  }
  .special-offers-detail-container .title {
    max-width: 750px;
  }
  .special-offers-detail-container .special-offers-detail {
    margin-top: 34px;
  }
  .special-offers-detail-container .special-offers-detail .detail-img {
    height: 450px;
  }
  .special-offers-detail-container .special-offers-detail .detail-box h1, .special-offers-detail-container .special-offers-detail .detail-box h2, .special-offers-detail-container .special-offers-detail .detail-box h3, .special-offers-detail-container .special-offers-detail .detail-box h4, .special-offers-detail-container .special-offers-detail .detail-box h5, .special-offers-detail-container .special-offers-detail .detail-box h6 {
    font-size: 30px;
    line-height: 42px;
  }
  .special-offers-detail-container .special-offers-detail .detail-box p, .special-offers-detail-container .special-offers-detail .detail-box span {
    font-size: 14px;
    line-height: 20px;
  }
  .lastBlogs-slide {
    margin-top: 36px;
    height: 500px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content {
    padding-bottom: 70px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .blog-time {
    padding: 8px 26px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 44px;
    max-width: 700px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc {
    margin-top: 10px;
    max-width: 700px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .lastBlogs-slide .lastBlog-item .blogDirectionIcon {
    top: 30px;
    right: 48px;
    width: 62px;
    height: 62px;
  }
  .lastBlogs-slide .swiper-pagination {
    bottom: 35px;
  }
  .blogs-container {
    margin: 24px auto 80px;
  }
  .blogs-container .allBlogs {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 18px;
  }
  .blogs-container .allBlogs .blog-box {
    height: 480px;
  }
  .blogs-container .pagination {
    margin: 42px auto 0;
    gap: 30px;
  }
  .blogs-container .pagination form {
    gap: 16px;
  }
  .blog-detail-head .blogShare-date {
    margin-top: 36px;
  }
  .blog-detail-head .blogShare-date .share-links {
    gap: 10px;
  }
  .blog-detail-head .blogShare-date .share-links .share-link {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .blog-detail-head .blogShare-date .share-links .simply_link {
    gap: 4px;
    padding: 3px 8px;
  }
  .blog-detail-head .blogShare-date .share-links .simply_link p {
    font-size: 13px;
    line-height: 18px;
  }
  .blog-detail-head .head-img {
    height: 500px;
  }
  .blog-detail-contents {
    gap: 70px;
    margin-top: 55px;
  }
  .blog-detail-contents .content-item {
    gap: 70px;
  }
  .blog-detail-contents .content-item .content-text p, .blog-detail-contents .content-item .content-text span {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 550px;
  }
  .test-drive-container {
    padding: 100px 0;
  }
  .test-drive-container .testDrive {
    max-width: 600px;
    padding: 28px 62px;
  }
  .test-drive-container .testDrive .formTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .test-drive-container .testDrive .short_desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .test-drive-container .testDrive .form-items {
    gap: 34px;
  }
  .test-drive-container .testDrive .form-items .form-item .form-line {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .test-drive-container .testDrive .form-items .form-item textarea {
    height: 120px;
  }
  .test-drive-container .testDrive .form-items .form-item .nice-select {
    padding: 14px 40px 14px 14px;
  }
  .test-drive-container .testDrive .form-items .form-item .nice-select::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .test-drive-container .testDrive .form-items .form-item .nice-select .list {
    max-height: 200px;
  }
  .test-drive-container .testDrive .sendTestDriveForm {
    margin-top: 24px;
    padding: 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .service-register-container {
    padding: 70px 0;
  }
  .service-register-container .serviceRegister {
    max-width: 600px;
    padding: 60px 62px;
  }
  .service-register-container .serviceRegister .formTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .service-register-container .serviceRegister .short_desc p {
    font-size: 14px;
    line-height: 18px;
  }
  .service-register-container .serviceRegister .form-items {
    gap: 34px;
  }
  .service-register-container .serviceRegister .form-items .form-item .form-line {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service-register-container .serviceRegister .form-items .form-item textarea {
    height: 120px;
  }
  .service-register-container .serviceRegister .form-items .form-item .nice-select {
    padding: 14px 40px 14px 14px;
  }
  .service-register-container .serviceRegister .form-items .form-item .nice-select::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .service-register-container .serviceRegister .form-items .form-item .nice-select .list {
    max-height: 200px;
  }
  .service-register-container .serviceRegister .sendServiceForm {
    margin-top: 24px;
    padding: 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .service-container {
    margin: 24px auto 90px;
  }
  .service-container .service-main {
    margin-top: 36px;
    gap: 48px;
  }
  .service-container .service-main .service-list {
    max-width: 705px;
    max-height: 565px;
  }
  .service-container .service-main .service-list .service-item {
    padding-bottom: 40px;
  }
  .service-container .service-main .service-list .service-item .service-title {
    font-size: 22px;
    line-height: 28px;
  }
  .service-container .service-main .service-list .service-item .service-detail p, .service-container .service-main .service-list .service-item .service-detail span {
    font-size: 14px;
    line-height: 20px;
  }
  .service-container .service-main .service-list .service-item:last-child {
    padding-bottom: 0;
  }
  .service-container .service-main .service-images {
    max-width: 380px;
  }
  .service-container .service-main .service-images .service-img {
    height: 565px;
  }
  .about .aboutMain .aboutTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .about .aboutMain .aboutTitle::after {
    width: 130px;
  }
  .about .aboutMain .aboutContent p, .about .aboutMain .aboutContent span {
    font-size: 16px;
  }
  .compliance {
    padding-bottom: 90px;
  }
  .compliance .compliance-content p, .compliance .compliance-content span {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy {
    margin-top: 40px;
    padding-bottom: 90px;
  }
  .privacy .privacyMain .privacyTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .privacy .privacyMain .privacyTitle::after {
    width: 130px;
  }
  .privacy .privacyMain .privacyContent p, .privacy .privacyMain .privacyContent span {
    font-size: 16px;
  }
  .contact-container {
    margin: 40px auto 0;
  }
  .contact-container .contact-boxes {
    grid-template-columns: repeat(3, 1fr);
    max-width: 910px;
  }
  .contact-container .contact-form {
    max-width: 860px;
    width: 100%;
  }
  .contact-container .contact-form h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-container .contact-form .short-desc p {
    font-size: 20px;
  }
  .contact-container .contact-form .form-main {
    margin-top: 34px;
  }
  .contact-container .contact-form .form-main .form-line {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-container .contact-form .form-main .sendContact {
    padding: 10px 32px;
  }
  .contact-map {
    margin: 100px 0 32px;
    height: 535px;
  }
  .lastSpecial-offers {
    margin-top: 36px;
    height: 500px;
  }
  .lastSpecial-offers .lastSpecial-content {
    padding-bottom: 48px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-subTitle {
    font-size: 16px;
    line-height: 18px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-title {
    font-size: 32px;
    line-height: 40px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-desc {
    margin-top: 10px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-desc p {
    font-size: 16px;
  }
  .special-offers-container {
    margin: 46px auto 90px;
  }
  .special-offers-container .all-special-offers {
    gap: 40px 20px;
  }
  .special-offers-container .all-special-offers .special-offer-box {
    height: 563px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body {
    padding: 28px 24px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon svg {
    width: 27px;
    height: 27px;
    min-width: 27px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain {
    gap: 12px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain h3 {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain .short-desc {
    max-width: 100%;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain .short-desc p {
    font-size: 16px;
  }
  .model-container {
    margin: 24px auto 90px;
  }
  .model-container .modelType-head {
    margin: 36px auto 0;
  }
  .model-container .modelType-head .modelTypeSlide .modelTypeBtn, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn {
    font-size: 18px;
    line-height: 22px;
  }
  .model-container .modelType {
    gap: 20px;
    margin-top: 55px;
  }
  .model-container .modelType .model-bans {
    max-width: 188px;
    padding: 24px 12px;
  }
  .model-container .modelType .model-bans .bans-list {
    gap: 12px;
  }
  .model-container .modelType .all-products {
    max-width: 902px;
    gap: 55px;
  }
  .model-container .modelType .all-products .products-result .resultTitle {
    font-size: 34px;
    line-height: 40px;
  }
  .model-container .modelType .all-products .products-result .products {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .model-container .modelType .all-products .products-result .products .product-cart {
    height: 492px;
  }
  .pd-main {
    grid-template-columns: 3fr 2fr;
  }
  .pd-mainSwiper {
    height: 400px;
  }
  .error-container {
    margin: 40px auto 80px;
    max-width: 816px;
  }
  .error-container .error-img {
    max-width: 486px;
  }
  .error-container p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .error-container .backHome {
    margin-top: 30px;
    padding: 8px 58px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .homeModel-container .home-modelType .home-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1150px) {
  .model-container .modelType .all-products {
    max-width: 752px;
  }
  .model-container .modelType .all-products .products-result .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1100px) {
  .product-cart {
    padding: 24px;
  }
  .product-cart .productCartImg-slide .productCartImg {
    height: 130px;
  }
  .product-cart .productCartLinks {
    margin-top: 30px;
    gap: 10px;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .product-cart:hover {
    padding: 24px;
  }
  .product-cart:hover .productCartLinks {
    margin-top: 30px;
    height: auto;
  }
  .pd-main {
    grid-template-columns: 3fr 2fr;
  }
  .pd-mainSwiper {
    height: 340px;
  }
}
@media only screen and (max-width: 992px) {
  header .header .hamburger {
    display: flex;
  }
  header .header .header-right {
    gap: 0;
  }
  header .header .header-right .header-right-main {
    display: none;
  }
  header .header .header-right .header-right-other {
    gap: 14px;
  }
  header .header .header-right .header-right-other .header-search {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  nav {
    display: none;
  }
  .mobileMenuContainer {
    display: flex;
  }
  .home-hero {
    height: calc(100svh - 73.24px);
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
    max-width: 400px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroSubTitle {
    font-size: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 42px;
    line-height: 54px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
    margin-top: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc p {
    font-size: 14px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links {
    margin-top: 24px;
    gap: 10px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links a {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-hero .home-hero-slide .swiper-pagination {
    bottom: 50px;
  }
  .homeModel-container .home-modelType-head {
    gap: 0;
    justify-content: center;
  }
  .homeModel-container .home-modelType-head .viewMore {
    display: none;
  }
  .homeModel-container .home-modelType {
    display: none;
  }
  .homeModel-container .mobile-modelBans-container {
    display: block;
  }
  .homeModel-container .mobile-more {
    display: flex;
  }
  .homeModel-container .mobile-products-container {
    display: block;
  }
  .home-service .home-service-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-service .home-service-boxes .home-service-box .box-img {
    height: 200px;
  }
  .home-service .home-service-boxes .home-service-box .box-body {
    max-width: 360px;
  }
  .special-offers-detail-container .title {
    max-width: 100%;
  }
  .special-offers-detail-container .special-offers-detail {
    grid-template-columns: 0.4fr 0.6fr;
  }
  .special-offers-detail-container .special-offers-detail .detail-img {
    height: 350px;
  }
  .lastBlogs-slide {
    height: 400px;
  }
  .blogs-container .allBlogs .blog-box {
    height: 360px;
  }
  .blog-detail-head .head-img {
    height: 400px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 450px;
  }
  .service-container .service-main .service-list {
    max-width: 527px;
    max-height: 485px;
  }
  .service-container .service-main .service-images {
    max-width: 300px;
  }
  .service-container .service-main .service-images .service-img {
    height: 485px;
  }
  .contact-map {
    height: 455px;
  }
  .lastSpecial-offers {
    height: 400px;
  }
  .special-offers-container .all-special-offers .special-offer-box {
    height: 403px;
  }
  .model-container .modelType {
    margin-top: 20px;
    flex-direction: column;
    gap: 0;
  }
  .model-container .modelType .model-bans {
    display: none;
  }
  .model-container .modelType .all-products {
    max-width: 100%;
    margin-top: 20px;
  }
  .model-container .modelType .all-products .products-result .products {
    display: none;
  }
  .model-container .modelType .mobile-modelBans-container {
    display: block;
  }
  .model-container .modelType .mobile-modelType-filterArea {
    display: flex;
  }
  .model-container .modelType .mobile-products-slide {
    display: flex;
  }
  .pd-main {
    grid-template-columns: 1fr;
  }
  .pd-right {
    padding: 28px 24px 40px;
  }
  .pd-mainSwiper {
    height: 360px;
  }
  .pd-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-dealer-top {
    grid-template-columns: 1fr;
  }
  .pd-cta-btns {
    flex-direction: row;
  }
  .mobile-filter-container {
    display: flex;
  }
}
@media only screen and (max-width: 850px) {
  .pd-mainSwiper {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .p-lr {
    padding-left: 33px;
    padding-right: 33px;
  }
  header .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .search-container {
    top: 90px;
    padding: 50px 16px;
  }
  .search-container .searchForm {
    max-width: 400px;
  }
  .search-container .search-result-box {
    max-width: 400px;
  }
  .showedSearch {
    top: 61.18px;
  }
  .home-hero {
    height: calc(100svh - 65.24px);
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 84px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content {
    max-width: 350px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .heroTitle {
    font-size: 36px;
    line-height: 44px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .short-desc {
    margin-top: 10px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links {
    margin-top: 20px;
  }
  .home-hero .home-hero-slide .home-hero-item .home-hero-content-container .home-hero-content .hero-links a {
    padding: 5px 24px;
  }
  .home-hero .home-hero-slide .swiper-pagination {
    bottom: 20px;
  }
  .homeModel-container {
    margin: 34px auto 0;
    padding-left: 0;
    padding-right: 0;
  }
  .homeModel-container .home-modelType-head {
    padding-left: 33px;
    padding-right: 33px;
  }
  .homeModel-container .home-modelType-head .modelTypeSlide .modelTypeBtn, .homeModel-container .home-modelType-head .desktop-modelTypes .modelTypeBtn {
    font-size: 16px;
    line-height: 20px;
  }
  .homeModel-container .home-modelType-head .desktop-modelTypes {
    display: none;
  }
  .homeModel-container .home-modelType-head .modelTypeSlide {
    display: flex;
  }
  .blog-box .blog-body {
    padding: 16px;
  }
  .blog-box .blog-body .blog-name {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-box .blog-body .blog-more {
    margin-top: 10px;
    padding: 4px 11px;
  }
  .blogs-slide-container {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .blogs-slide-container .blogs-slide-head .head-left {
    max-width: 300px;
  }
  .blogs-slide-container .blogs-slide-head .head-left h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .blogs-slide-container .blogs-slide-main {
    padding-right: 0 !important;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .blog-box {
    width: 248px;
    height: 440px;
  }
  .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-next, .blogs-slide-container .blogs-slide-main .blogs-slide .swiper-button-prev {
    display: none;
  }
  .home-blogs {
    margin-top: 60px;
  }
  .home-video {
    height: 100svh;
  }
  .home-video .home-video-content {
    padding-bottom: 40px;
  }
  .home-video .home-video-content .subTitle {
    font-size: 12px;
    line-height: 14px;
  }
  .home-video .home-video-content .mainTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .home-video .home-video-content .short-desc {
    max-width: 500px;
    margin-top: 6px;
  }
  .home-video .home-video-content .more {
    padding: 7px 20px;
  }
  .home-service {
    margin: 60px auto;
  }
  .home-service .home-service-head .mainTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .home-service .home-service-boxes {
    gap: 24px;
  }
  .home-service .home-service-boxes .home-service-box {
    gap: 12px;
  }
  .home-service .home-service-boxes .home-service-box .box-img {
    max-width: 264px;
    height: 180px;
  }
  .home-service .home-service-boxes .home-service-box .box-body {
    max-width: 322px;
    padding: 14px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .serviceBoxName {
    font-size: 18px;
    line-height: 22px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .short-desc p {
    -webkit-line-clamp: 2;
  }
  .home-service .home-service-boxes .home-service-box .box-body .more {
    margin-top: 10px;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 12px;
  }
  footer .footer-links-container {
    padding: 20px 0;
  }
  footer .footer-links-container .footer-links .footer-links-slide .footer-link {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  footer .footer-links-container .footer-links .footer-links-slide .footer-link .icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  footer .footer-main-container .footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 24px;
  }
  footer .footer-main-container .footer-main .footer-section-item .section-title {
    font-size: 16px;
    line-height: 20px;
  }
  footer .footer-main-container .footer-main .footer-contact {
    gap: 14px;
  }
  footer .footer-main-container .footer-main .footer-contact .footer-contact-title {
    font-size: 16px;
    line-height: 20px;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links .section-link .icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  footer .footer-bottom-container {
    border-top: none;
  }
  footer .footer-bottom-container .footer-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .footer-bottom-container .footer-bottom p {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .special-offers-detail-container {
    margin: 24px auto 60px;
  }
  .special-offers-detail-container .special-offers-detail {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .special-offers-detail-container .special-offers-detail .detail-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .special-offers-detail-container .special-offers-detail .detail-box h1, .special-offers-detail-container .special-offers-detail .detail-box h2, .special-offers-detail-container .special-offers-detail .detail-box h3, .special-offers-detail-container .special-offers-detail .detail-box h4, .special-offers-detail-container .special-offers-detail .detail-box h5, .special-offers-detail-container .special-offers-detail .detail-box h6 {
    font-size: 24px;
    line-height: 28px;
  }
  .lastBlogs-slide {
    margin-top: 34px;
    height: 350px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content {
    padding-bottom: 60px;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .blog-time {
    display: none;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-title {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
    margin-top: 0;
  }
  .lastBlogs-slide .lastBlog-item .lastBlog-content .lastBlog-desc {
    margin-top: 6px;
    max-width: 100%;
  }
  .lastBlogs-slide .lastBlog-item .blogDirectionIcon {
    top: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
  }
  .lastBlogs-slide .swiper-pagination {
    bottom: 30px;
  }
  .blogs-container {
    margin: 24px auto 40px;
  }
  .blogs-container .blogs-filter .nice-select {
    width: 140px;
    padding: 6px 32px 6px 16px;
  }
  .blogs-container .allBlogs {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
  }
  .blogs-container .allBlogs .blog-box {
    height: 450px;
  }
  .blogs-container .pagination {
    margin: 34px auto 0;
    gap: 20px;
  }
  .blogs-container .pagination form {
    gap: 12px;
  }
  .blog-detail-head .blogShare-date {
    margin-top: 34px;
  }
  .blog-detail-head .head-img {
    height: 350px;
  }
  .blog-detail-contents {
    gap: 60px;
    margin-top: 30px;
  }
  .blog-detail-contents .content-item {
    gap: 60px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 400px;
  }
  .test-drive-container {
    padding: 60px 0;
  }
  .test-drive-container .testDrive {
    border-radius: 0;
    max-width: 100%;
    padding: 28px 33px;
  }
  .test-drive-container .testDrive .form-items {
    gap: 48px;
  }
  .test-drive-container .testDrive .form-items .form-item .form-line {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .test-drive-container .testDrive .form-items .form-item textarea {
    height: 100px;
  }
  .test-drive-container .testDrive .form-items .form-item .nice-select {
    padding: 14px 30px 14px 14px;
  }
  .test-drive-container .testDrive .form-items .form-item .nice-select::after {
    right: 12px;
    border-width: 1px;
  }
  .test-drive-container .testDrive .sendTestDriveForm {
    margin-top: 20px;
    padding: 12px;
  }
  .service-register-container {
    padding: 40px 0;
  }
  .service-register-container .serviceRegister {
    border-radius: 0;
    max-width: 100%;
    padding: 30px 33px;
  }
  .service-register-container .serviceRegister .form-items {
    gap: 48px;
  }
  .service-register-container .serviceRegister .form-items .form-item .form-line {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .service-register-container .serviceRegister .form-items .form-item textarea {
    height: 100px;
  }
  .service-register-container .serviceRegister .form-items .form-item .nice-select {
    padding: 14px 30px 14px 14px;
  }
  .service-register-container .serviceRegister .form-items .form-item .nice-select::after {
    right: 12px;
    border-width: 1px;
  }
  .service-register-container .serviceRegister .sendServiceForm {
    margin-top: 20px;
    padding: 12px;
  }
  .service-container {
    margin: 24px auto 60px;
  }
  .service-container .service-main {
    margin-top: 34px;
    gap: 34px;
  }
  .service-container .service-main .service-list .service-item {
    padding-bottom: 28px;
  }
  .service-container .service-main .service-list .service-item .service-title {
    font-size: 20px;
    line-height: 24px;
  }
  .service-container .service-main .service-list .service-item:last-child {
    padding-bottom: 0;
  }
  .about .aboutMain .aboutTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .about .aboutMain .aboutTitle::after {
    width: 120px;
  }
  .compliance {
    padding-bottom: 60px;
  }
  .privacy {
    margin-top: 32px;
    padding-bottom: 60px;
  }
  .privacy .privacyMain .privacyTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .privacy .privacyMain .privacyTitle::after {
    width: 120px;
  }
  .contact-container {
    margin: 24px auto 0;
  }
  .contact-container .title {
    display: block;
  }
  .contact-container .contact-boxes {
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  .contact-container .contact-form {
    max-width: 100%;
  }
  .contact-container .contact-form h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .contact-container .contact-form .short-desc p {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-container .contact-form .form-main {
    margin-top: 28px;
  }
  .contact-container .contact-form .form-main .form-line {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-container .contact-form .form-main .sendContact {
    padding: 10px;
    width: 100%;
  }
  .contact-map {
    margin: 80px 0 32px;
    height: 390px;
  }
  .lastSpecial-offers {
    margin-top: 34px;
    height: 100svh;
  }
  .lastSpecial-offers .lastSpecial-content {
    padding-bottom: 28px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-subTitle {
    font-size: 12px;
    line-height: 14px;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-title {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 4;
  }
  .lastSpecial-offers .lastSpecial-content .lastSpecial-desc {
    display: none;
  }
  .special-offers-container {
    margin: 34px auto 60px;
  }
  .special-offers-container .all-special-offers {
    gap: 30px 20px;
  }
  .special-offers-container .all-special-offers .special-offer-box {
    height: 353px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body {
    padding: 24px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .body-head .icon svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain {
    gap: 0;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .special-offers-container .all-special-offers .special-offer-box .box-body .bodyMain .short-desc {
    display: none;
  }
  .model-container {
    margin: 24px auto 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .model-container .title {
    padding-left: 33px;
    padding-right: 33px;
  }
  .model-container .modelType-head {
    margin: 34px auto 0;
    max-width: 665px;
    padding-left: 33px;
  }
  .model-container .modelType-head .modelTypeSlide .modelTypeBtn, .model-container .modelType-head .desktop-modelTypes .modelTypeBtn {
    font-size: 16px;
    line-height: 20px;
  }
  .model-container .modelType-head .modelTypeSlide {
    display: flex;
  }
  .model-container .modelType-head .desktop-modelTypes {
    display: none;
  }
  .model-container .modelType .all-products {
    gap: 40px;
    padding-left: 33px;
  }
  .model-container .modelType .all-products .products-result {
    gap: 20px;
  }
  .model-container .modelType .all-products .products-result .resultTitle {
    font-size: 28px;
    line-height: 34px;
    padding-right: 33px;
  }
  .model-container .modelType .mobile-modelType-filterArea {
    padding-left: 33px;
    padding-right: 33px;
  }
  .pd-container {
    margin: 24px auto 60px;
  }
  .pd-mainSwiper {
    height: 280px;
  }
  .pd-title {
    font-size: 22px;
  }
  .pd-specs-row {
    flex-wrap: wrap;
  }
  .pd-spec-icon-item {
    min-width: 80px;
  }
  .pd-accordions {
    margin-top: 20px;
  }
  .pd-testdrive {
    padding: 28px 20px;
    border-radius: 0;
  }
  .pd-form-title {
    font-size: 24px;
  }
  .pd-form-row {
    grid-template-columns: 1fr;
  }
  .pd-options-grid {
    grid-template-columns: 1fr;
  }
  .mobile-filter-container .mobile-filter {
    width: 100%;
  }
  .error-container {
    margin: 30px auto 60px;
    max-width: 100%;
  }
  .error-container .error-img {
    max-width: 386px;
  }
  .error-container p {
    margin-top: 20px;
  }
  .error-container .backHome {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .mobileMenuContainer {
    width: 100%;
  }
  .blogs-slide-container .blogs-slide-head {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
  .blogs-slide-container .blogs-slide-head .head-left {
    max-width: 100%;
  }
  .home-service .home-service-boxes .home-service-box {
    gap: 8px;
  }
  .home-service .home-service-boxes .home-service-box .box-img {
    max-width: 234px;
    height: 140px;
  }
  .home-service .home-service-boxes .home-service-box .box-body {
    max-width: 322px;
    padding: 12px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .serviceBoxName {
    font-size: 18px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .short-desc {
    margin-top: 2px;
  }
  .home-service .home-service-boxes .home-service-box .box-body .short-desc p {
    -webkit-line-clamp: 2;
  }
  .home-service .home-service-boxes .home-service-box .box-body .more {
    margin-top: 8px;
  }
  footer .footer-main-container .footer-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer-main-container .footer-main .footer-contact {
    margin-left: 0;
  }
  .lastBlogs-slide {
    height: 330px;
  }
  .blogs-container .allBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogs-container .allBlogs .blog-box {
    height: 360px;
  }
  .blogs-container .pagination form {
    display: none;
  }
  .blog-detail-head .head-img {
    height: 300px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 350px;
  }
  .service-container .service-main {
    flex-direction: column-reverse;
    margin-top: 34px;
    gap: 30px;
  }
  .service-container .service-main .service-list {
    max-width: 100%;
    max-height: 565px;
    overflow-y: auto;
    direction: rtl;
  }
  .service-container .service-main .service-list .service-item {
    padding-bottom: 28px;
  }
  .service-container .service-main .service-list .service-item .service-title {
    font-size: 20px;
    line-height: 24px;
  }
  .service-container .service-main .service-list .service-item:last-child {
    padding-bottom: 0;
  }
  .service-container .service-main .service-list::-webkit-scrollbar {
    width: 2px;
  }
  .service-container .service-main .service-images {
    max-width: 100%;
  }
  .service-container .service-main .service-images .service-img {
    height: 413px;
  }
  .special-offers-container .all-special-offers {
    grid-template-columns: repeat(1, 1fr);
  }
  .special-offers-container .all-special-offers .special-offer-box {
    height: auto;
  }
  .model-container .modelType .all-products .products-result .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .pd-mainSwiper {
    height: 280px;
  }
  .error-container .error-img {
    max-width: 324px;
  }
  .error-container .backHome {
    width: 100%;
  }
}
@media only screen and (max-width: 475px) {
  footer .footer-main-container .upToTop {
    display: flex;
  }
  footer .footer-main-container .footer-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  footer .footer-main-container .footer-main .footer-section-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 0;
  }
  footer .footer-main-container .footer-main .footer-section-item .section-title {
    width: 100%;
    pointer-events: all;
  }
  footer .footer-main-container .footer-main .footer-section-item .section-title svg {
    display: block;
  }
  footer .footer-main-container .footer-main .footer-section-item .section-links {
    padding-top: 20px;
    display: none;
  }
  footer .footer-main-container .footer-main .footer-contact {
    margin-top: 24px;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links {
    gap: 20px;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links .section-link {
    display: none;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links .section-link:first-child {
    display: flex;
  }
  footer .footer-main-container .footer-main .footer-contact .section-links .footer-social {
    display: flex;
  }
  .blogs-container .allBlogs {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogs-container .allBlogs .blog-box {
    height: 250px;
  }
  .blog-detail-head .head-img {
    height: 250px;
  }
  .blog-detail-contents .content-item .content-image {
    height: 250px;
  }
  .service-container .service-main .service-images {
    max-width: 100%;
    width: 100%;
  }
  .service-container .service-main .service-images .service-img {
    height: 313px;
  }
  .pd-mainSwiper {
    height: 240px;
  }
}/*# sourceMappingURL=style.css.map */