#section-technology .nav-accordion {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
  list-style: none;
}

#section-technology .nav-accordion .tab {
  flex: 1;
  padding: 10px 0;
  position: relative;
}

#section-technology .nav-accordion .tab a {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  font-family: "GEELY Bold 20230926";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0rem 1rem;
}

#section-technology .nav-accordion .tab a span {
  display: block;
  font-size: 16px;
  font-family: "Inter-Regular";
  font-weight: 400;
  color: #bdbdbd;
  margin-top: 5px;
  letter-spacing: 0;
}

#section-technology .nav-accordion .tab a:hover {
  text-decoration: none;
}

#section-technology .nav-accordion .tab.active {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 70%);
}

#section-technology .nav-accordion .tab.active a {
  color: #007bff;
}

#section-technology .nav-accordion .tab.active a span {
  color: #000;
}

#section-technology .nav-accordion .tab.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #007bff;
}

#section-technology .dropdown-toggle::after {
  position: absolute;
  width: 24px;
  height: 25px;
  top: 35%;
  
  right: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4.70086 8.14453L11.6459 15.2045C11.8509 15.4095 12.1809 15.4145 12.3909 15.2045L19.3159 8.15953L20.0059 8.86453L13.0809 15.9095C12.4909 16.5045 11.5409 16.5045 10.9509 15.9095L4.00586 8.84953L4.69586 8.14953H4.70586' fill='black'/%3E%3Cpath d='M4.70086 8.14453L11.6459 15.2045C11.8509 15.4095 12.1809 15.4145 12.3909 15.2045L19.3159 8.15953L20.0059 8.86453L13.0809 15.9095C12.4909 16.5045 11.5409 16.5045 10.9509 15.9095L4.00586 8.84953L4.69586 8.14953H4.70586' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

[dir="rtl"] #section-technology .dropdown-toggle::after {
  right: auto;
  
  left: 20px;
}

#section-technology .dropdown-toggle.show::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70086 16.6048L11.6459 9.5448C11.8509 9.3398 12.1809 9.3348 12.3909 9.5448L19.3159 16.5898L20.0059 15.8848L13.0809 8.8398C12.4909 8.2448 11.5409 8.2448 10.9509 8.8398L4.00586 15.8998L4.69586 16.5998H4.70586' fill='black'/%3E%3Cpath d='M4.70086 16.6048L11.6459 9.5448C11.8509 9.3398 12.1809 9.3348 12.3909 9.5448L19.3159 16.5898L20.0059 15.8848L13.0809 8.8398C12.4909 8.2448 11.5409 8.2448 10.9509 8.8398L4.00586 15.8998L4.69586 16.5998H4.70586' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}

#section-technology .dropdown-menu {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
  list-style: none;
}

#section-technology .dropdown-menu.show {
  border: none !important;
  border-radius: 0 0 12px 12px !important;
}

#section-technology .dropdown-menu .dropdown-item {
  color: #666;
}

#section-technology .dropdown-menu .dropdown-item div {
  font-size: 20px;
  font-family: "Geely Bold 20230926";
  letter-spacing: 5px;
  line-height: 24px;
}

#section-technology .dropdown-menu .dropdown-item span {
  font-size: 14px;
  font-family: "inter-regular";
  color: #666;
}

#section-technology .dropdown-menu .tab {
  flex: 1;
  
  padding: 24px 18px 24px 24px;
  position: relative;
}

[dir="rtl"] #section-technology .dropdown-menu .tab {
  
  padding: 24px 24px 24px 18px;
}

#section-technology .dropdown-menu .tab a {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  font-family: "GEELY Bold 20230926";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0rem 1rem;
}

#section-technology .dropdown-menu .tab a span {
  display: block;
  font-size: 16px;
  font-family: "Inter-Regular";
  font-weight: 400;
  color: #bdbdbd;
  margin-top: 5px;
  letter-spacing: 0;
}

#section-technology .dropdown-menu .tab a:hover {
  text-decoration: none;
}

#section-technology .dropdown-menu .tab.active {
  background: #e5e5e5;
}

#section-technology .dropdown-menu .tab.active a {
  color: #007bff;
}

#section-technology .dropdown-menu .tab.active a span {
  color: #000;
}

#section-technology .dropdown .btn {
  
  padding: 24px 18px 24px 24px !important;
  background-color: #fff;
  border-radius: 12px;
}

[dir="rtl"] #section-technology .dropdown .btn {
  
  padding: 24px 24px 24px 18px !important;
}

#section-technology .dropdown .btn.show {
  border-radius: 12px 12px 0 0 !important;
  border: none !important;
}

#section-technology .dropdown #activeTabTitle {
  font-size: 20px;
  color: #194bff;
  font-family: "Geely Bold 20230926";
  letter-spacing: 4px;
  line-height: 24px;
}

#section-technology .dropdown #activeTabSubtitle {
  font-size: 14px;
  font-family: "inter-regular";
  color: #666;
  letter-spacing: 0;
}

#section-technology #tabs-1 .text-section .heading-section {
  font-family: "inter-semibold";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-1 .text-section .heading-section {
    font-size: 24px;
    margin-top: 10px;
  }
}

#section-technology #tabs-1 .text-section .spec h3 {
  font-family: "GEELY Bold 20230926";
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-1 .text-section .spec h3 {
    font-size: 32px;
  }
}

#section-technology #tabs-1 .text-section .spec h3 span {
  font-family: "Inter-Regular";
  font-weight: 500;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  
  margin-left: -1rem;
}

[dir="rtl"] #section-technology #tabs-1 .text-section .spec h3 span {
  margin-left: 0;
  
  margin-right: -1rem;
}

#section-technology #tabs-1 .text-section .spec .label {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-1 .text-section .spec .label {
    font-size: 14px;
    margin-top: -8px;
  }
}

#section-technology #tabs-1 .text-section .charging h2 {
  font-size: 44px !important;
  letter-spacing: 5px;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-1 .text-section .charging h2 {
    font-size: 32px !important;
    letter-spacing: 0;
  }
}

#section-technology #tabs-1 .text-section .charging p {
  font-family: "Inter-Regukar";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

#section-technology #tabs-1 .text-section .charging .label {
  font-family: "inter-regular";
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-1 .text-section .charging .label {
    font-size: 24px;
  }
}

#section-technology #tabs-2 .text-section .heading-section {
  font-family: "inter-semibold";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-2 .text-section .heading-section {
    font-size: 24px;
    margin-top: 10px;
  }
}

#section-technology #tabs-2 .text-section .spec h3 {
  font-family: "GEELY Bold 20230926";
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-2 .text-section .spec h3 {
    font-size: 32px;
  }
}

#section-technology #tabs-2 .text-section .spec .label {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
}

#section-technology #tabs-2 .text-section .footnote {
  font-family: "inter-regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
}

#section-technology #tabs-3 .text-section .heading-section {
  border-top: unset !important;
  font-family: "inter-semibold";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-3 .text-section .heading-section {
    font-size: 24px;
    margin-top: 10px;
  }
}

#section-technology #tabs-3 .text-section .spec h3 {
  font-family: "GEELY Bold 20230926";
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #section-technology #tabs-3 .text-section .spec h3 {
    font-size: 32px;
  }
}

#section-technology #tabs-3 .text-section .spec h3 span {
  font-family: "Inter-Regular";
  font-weight: 500;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  
  margin-left: -0.2rem;
}

[dir="rtl"] #section-technology #tabs-3 .text-section .spec h3 span {
  margin-left: 0;
  
  margin-right: -0.2rem;
}

#section-technology #tabs-3 .text-section .spec .label {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
}

#section-technology #tabs-3 .text-section .footnote {
  font-family: "inter-regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
}

#section-technology .technologySwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  bottom: 0;
  
  left: 0;
}

[dir="rtl"] #section-technology .technologySwiper .swiper-pagination {
  left: auto;
  
  right: 0;
}

#section-technology .technologySwiper .swiper-pagination-bullet {
  background-color: #e8e7e7;
  width: 12px;
  height: 12px;
  opacity: 1;
}

#section-technology .technologySwiper .swiper-pagination-bullet-active {
  background-color: #666;
}

#section-technology .technologySwiper .swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 70px;
}

#section-technology .technologySwiper .swiper-button-prev,
#section-technology .technologySwiper .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#section-technology .technologySwiper .swiper-button-prev::after,
#section-technology .technologySwiper .swiper-button-next::after {
  content: unset;
}

#section-technology .technologySwiper .swiper-button-next svg,
#section-technology .technologySwiper .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

#section-technology #footnote {
  position: absolute;
  bottom: 140px;
}

@media screen and (max-width: 576px) {
  #section-technology #footnote {
    bottom: 120px;
  }
}

#section-technology .image-rounded {
  border-radius: 18px;
}

@media screen and (max-width: 576px) {
  #section-technology .image-rounded {
    border-radius: 12px;
  }
}

