.nowrap {
  white-space: nowrap;
}

.logoFooter {
  height: 8.75rem;
}

.logoHeader {
  height: 5.75rem;
}

.menuFooter {
  width: 262px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: 700;
}

.gbTitle {
  font-size: 23px;
}

body .owl-theme .owl-dots button.owl-dot span {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, 0);
}

body .owl-theme .owl-dots button.owl-dot.active span {
  background-color: #78a9a9;
}

.contact-form {
  height: 511px;
  background: linear-gradient(0deg, rgba(49, 77, 77, 0.8), rgba(49, 77, 77, 0)),
    url(../img/contactBg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: none;
}

.contact-text {
  font-size: 2rem;
  line-height: 1.34;
}

.font-kalnia {
  font-family: "Kalnia";
  font-weight: 400;
}

.font-ibarra-real-nova {
  font-family: "Ibarra Real Nova";
  font-weight: 400;
}

.about-cars-title {
  font-size: 3rem;
  line-height: 1;
}

section.corporate.about-cars .container .container-innards {
  background-size: auto 100%;
  background-position: center;
}

h1.section-title {
  font-size: 1.5rem !important;
}

#message {
  min-height: 158px;
  resize: vertical;
}

@media (min-width: 768px) {
  .menuFooter {
    width: 526px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .gbTitle {
    font-size: 48px;
  }

  .contact-text {
    font-size: 4rem;
  }

  .about-cars-title {
    font-size: 5rem;
  }

  .logoHeader {
    height: 8.75rem;
    width: auto;
  }

  section.marque h1.section-title.about-marque-tt {
    left: 26px;
    top: 40px;
  }
}

/* Modal contact */
.custom-modal {
  width: 100%;
  max-width: 42.5rem;
  margin: auto;
  border-radius: 0.5rem;
  color: #292929;
}

.custom-modal .form-control {
  border: 1px solid #8c8c8c;
  border-radius: 1.75rem;
  font-size: 1rem;
  padding: 0 1.25rem;
  height: 2.6875rem;
  color: #292929;
}

.custom-modal select.form-control:invalid {
  color: #6c757d;
  font-weight: normal;
}

.custom-modal .form-label {
  color: #292929;
}

.custom-modal h2 {
  font-size: 2.25rem;
}

.custom-modal .invalid-feedback {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .custom-modal {
    max-width: 21.5rem;
    /* 343px */
  }

  .custom-modal .form-control {
    height: 2.0625rem;
    font-size: 0.875rem;
  }

  .custom-modal h2 {
    font-size: 1.5rem;
  }

  section.marque h1.section-title {
    left: 50px;
  }
}

.about-cars {
  position: relative;
}

/*.about-cars::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 19px;
  position: absolute;
  top: 45px;
  width: 16px;
  z-index: 2;
  -webkit-transition: background-color 2.5s ease-in, border 2.5s ease-in,
    -webkit-transform 1.5s ease-in-out;
  transition: background-color 2.5s ease-in, border 2.5s ease-in,
    -webkit-transform 1.5s ease-in-out;
  transition: background-color 2.5s ease-in, border 2.5s ease-in,
    transform 1.5s ease-in-out;
  transition: background-color 2.5s ease-in, border 2.5s ease-in,
    transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.about-cars.active:before {
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.about-cars::after {
  background-color: #fff;
  content: "";
  height: 16vh;
  left: 26px;
  position: absolute;
  top: -50px;
  width: 2px;
}*/

#about-cars {
  padding-top: 2px;
}

@media (min-width: 1200px) {
  #about-cars {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }
}

/*#about-cars .container:after ,
#about-cars .container.active:after {
  display: none !important;
}*/

section#about-cars.marque .container.initial:after {
  display: none;
  border: transparent;
}

#country-suggest.show {
  display: block;
}

/* Suggest box container */
#country-suggest {
  font-size: 16px;
  font-family: termina;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  max-height: 240px;
  max-width: 300px;
  overflow-y: auto;
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#country-suggest .item {
  cursor: pointer;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  color: var(--bs-body-color);
}

/* Hover state */
#country-suggest .item:hover {
  background-color: var(--bs-light, #f8f9fa);
}

/* Active state (khi dùng phím ↑↓) */
#country-suggest .item.active {
  background-color: var(--bs-primary);
  color: #fff;
}

#country-suggest .item.active,
#country-suggest .item:hover {
  background: #f2f2f2;
}

@media screen and (max-width: 599px) {
  /*.about-cars {
    margin-top: -40px;
  }

  .about-cars::before {
    left: 7px;
  }

  .about-cars::after {
    height: 14vh;
    left: 14px;
  }*/

  #about-cars {
    padding-top: 3px;
    padding-bottom: 0;
  }
}

/* header icon hover */
body a.btn-social:hover {
  border-color: #1877f2;
  color: #ffffff;
}

body a.btn-social:hover img {
  filter: brightness(0) invert(1);
  transition: ease-in-out 0.3s;
}

/* productsBar */
.productsBar div {
  padding-left: unset !important;
  padding-right: unset !important;
}

.productsBar .highlight {
  white-space: nowrap;
}

.owl-theme .custom-nav.owl-nav [class*="owl-"] {
  top: -34px;
}

@media (max-width: 767.98px) {
  .owl-controls .custom-nav {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    bottom: -0.5rem;
  }

  .owl-controls .custom-nav .owl-prev,
  .owl-controls .custom-nav .owl-next {
    position: static;
    transform: none;
  }

  .news-loop {
    padding-bottom: 4rem !important;
  }
}

.heroAboutBtn {
  background-color: white;
  color: #007bff;
  border-color: #007bff;
}

.heroAboutBtn:hover {
  transition: background-color 0.5s ease-in, color 0.5s ease-in,
    border-color 0.5s ease-in !important;
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

body .accordion.accordion-flush.accordion-corporate .accordion-item {
  border-bottom: 1px solid white;
}
body
  .accordion.accordion-flush.accordion-corporate
  .accordion-item:first-child {
  border-top: 1px solid white;
}

.ogr-subtitle {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .ogr-subtitle {
    font-size: 1.5rem;
  }
}

.distrubutor-img {
  line-height: 1.2;
  font-size: 2.25rem;
  height: 326px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  background: linear-gradient(180deg, rgba(29, 46, 45, 0) 58.27%, #1d2e2d 100%),
    #ffffff;
}

.distrubutor-item dt {
  margin-right: 12px;
}

.distrubutor-item dt svg {
  color: #78a9a9;
}

.retailer-accordion-content {
  max-width: 926px;
}

/* Toàn bộ form */
.contact-us-form .custom-modal {
  background-color: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  max-width: 926px;
  margin: 0 auto;
  width: 100%;
}

/* Tiêu đề */
.contact-us-form .modal-header h3 {
  font-size: 3rem; /* 48px */
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #fff; /* 1px */
  padding-bottom: 0.3125rem; /* 5px */
  margin-bottom: 1.875rem; /* 30px */
  width: 100%;
}

/* Label */
.contact-us-form .form-label {
  font-size: 1rem; /* 16px */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.0625rem; /* 1px */
  margin-bottom: 0.3125rem; /* 5px */
  color: #fff;
}

.contact-us-form .form-control {
  border-radius: 1.25rem; /* 20px */
  border: none;
  padding: 0.5rem 0.875rem; /* 8px 14px */
  font-size: 0.875rem; /* 14px */
  color: #000;
}

.contact-us-form textarea.form-control {
  border-radius: 0.625rem;
  min-height: 9.375;
}

.carTT span:first-child,
.carTT span:last-child {
  line-height: 1.2;
  margin: 0;
}

.carTT {
  margin-bottom: 25px;
}

.carrTTContent {
  margin-top: 127px;
}

.mtop-car {
  margin-top: 8.875rem;
}

.mtop-car.mtop-car-left {
  margin-top: 1rem;
}

.position-left-5 {
  left: 5rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.boxshadow-df {
  box-shadow: -10px 10px 25px 0px rgba(0, 0, 0, 0.6);
}

.f1l {
  margin-top: -8rem;
}

.mr2bt-20 {
  margin-right: 1.25rem;
}

.homepage {
  padding-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .mtop-car,
  .mtop-car.mtop-car-left {
    margin-top: 4rem;
  }

  .mr2bt-20 {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}

/*new top-product*/
.top-product h1 {
  color: #fff;
  font-family: kanit, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 1.6875rem;
}

.top-product .container {
  padding-left: 0;
  padding-right: 0;
}

.top-product-col {
  display: flex;
  padding-left: 1.6875rem;
  justify-content: space-between;
}

.top-product-col .tpc-left {
  width: 38%;
}

.top-product-col .tpc-right {
  width: 53%;
  min-height: 600px;
}

.top-product section.marque {
  padding-top: 0.1rem;
  max-height: unset;
  min-height: unset;
  height: unset;
  padding-bottom: 9.25rem;
}

.top-product section:nth-child(even) .tpc-left {
  order: 2;
}

.top-product section:nth-child(even) .tpc-right {
  order: 1;
}

.top-product-col .tpc-right figure:nth-child(1) {
  width: 40.1%;
  z-index: 2;
  top: 0;
  left: 41.36%;
}

.top-product-col .tpc-right figure:nth-child(2) {
  width: 47%;
  z-index: 1;
  top: 7.34%;
  left: 0;
}

.top-product-col .tpc-right figure:nth-child(3) {
  width: 41%;
  z-index: 3;
  right: 0;
  top: 32%;
}

@media screen and (max-width: 599px) {
  .contact-us-form .modal-header h3 {
    font-size: 1.5rem;
  }
  .top-product-col .tpc-left {
    width: 100%;
  }

  .top-product h1,
  .top-product-col {
    padding-left: 1.25rem;
  }

  .top-product section.marque {
    padding-bottom: 5rem;
  }

  .top-product .container {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }

  .our-gallery-title {
    font-size: 0.875rem !important;
  }

  .contact-us-form .form-label {
    font-size: 0.875rem;
  }
}
/*end new top-product*/
h2 p.lead.our-gallery-title {
  font-size: 1.5rem;
}
.showroom-item dl {
  margin-bottom: 0.6875rem;
}



/* event */
.event-custom-pagination .pagination {
  justify-content: flex-end;
  display: flex;
  font-weight: bold;
  gap: 18px; 
}

.event-custom-pagination .pagination ul {
  list-style: none;
  display: flex;
  gap: 18px;
  padding-left: 0;
}

.eventList {
  row-gap: 1.75rem;
}


@media screen and (max-width: 599px) {
  .event-custom-pagination .pagination {
    justify-content: center;
  }
}


.hero-bg.eventDetailHero {
  position: relative;
  width: 100%;
  height: 367px;
  background-size: cover;
  background-position: center;
}

.hero-bg .overlay {
  position: absolute;
}

/* Tiêu đề và meta */
.eventPost .post-title {
  font-size: 3.75rem;
  line-height: 1.8;
  text-transform: uppercase;
}

.eventPost .post-meta {
  text-transform: uppercase;
}


.eventPost .post-meta {
  color: #FFF;
  font-size: 1rem;
}

.eventPost .post-meta span {
  display: inline-block;
  margin: 0 0.8rem;
}

.eventPost hr {
  border: 0;
  border-top: 1px solid #FFF;
  margin: 3rem 0;
}

.eventPost p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

.eventPost .more-link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  color: #78A9A9;
}

.eventPost .postContent a {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .eventPost .post-title {
    font-size: 1.875rem;
  }

  .eventPost .post-meta {
    color: #FFF;
    font-size: 0.7rem;
  }

  .eventPost hr {
    margin: 1.5rem 0;
  }
}




/* About Us */
section.page_intro_with_img figure:after {
  background: linear-gradient(
    360deg,
    rgba(35, 59, 56, 0) 15.54%,
    #243c3a 94.73%
  );
}
.hero-text-box {
  background: rgba(34, 54, 54, 0.7);
  padding: 35px 25px 35px 60px;
  max-width: 1250px;
  color: #fff;
  backdrop-filter: blur(2px);
  border-left: 20px solid #78a9a9;
  border-right: none;
   margin: 224px 122px 224px 0px;
}

.hero-text-wrapper {
  width: 100%;
  /* max-width: 420px; */
}

.hero-title {
  font-weight: 500;
  line-height: 108px;
  max-width: 100%;
}
.hero-text-box p {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 400;
  /* max-width: 900px; */
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vision-values-section {
  /* background-color: #26413f; */
  color: #fff;
  padding: 80px 0;
}

.vision-values-car img {
  max-width: 700px;
  border-radius: 12px;
}

.vision-values-item {
  max-width: 420px;
  margin: 0 auto;
}
.vision-values-item p {
  font-size: 48px !important;
  letter-spacing: 1px;
  margin-top: 56px;
}
.vision-values-item span {
  display: block;
  text-align: left;
  line-height: 1.6;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.circle-img {
  width: 350px;
  height: 350px;
  overflow: hidden;
  border-radius: 50%;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-values-item h3 {
  letter-spacing: 1px;
  color: #fff;
}

.vision-values-item span,
.vision-values-item ul {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d5d5d5;
}

.aboutus-quote {
  background-color: #78a9a9;
  color: #172221;
  padding: 60px 20px;
}

.aboutus-quote-text {
  font-size: 1.75rem;
  line-height: 42px;
  max-width: 100%;
  margin: 0 auto;
  color: #223636;
}

.our-team-section {
  /* background-color: #15342f; */
  color: #fff;
}
.our-team-section .carousel {
  display: block;
}

.our-team-section .row {
  display: none;
}

.team-photo {
  width: 202px;
  height: 202px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-author {
  font-size: 1.75rem;
}
.team-position {
  font-size: 1rem;
  font-weight: 700;
}
.team-member {
  text-align: left;
}

.team-member h5,
.team-member p.text-uppercase {
  text-align: center;
}

.team-desc {
  text-align: left;
  margin: 0 auto;
  color: #d5d5d5;
  line-height: 1.6;
  margin-bottom: 20px;
}

.team-member {
  max-width: 340px;
  margin: 0 auto;
}

.team-photo {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section {
  /* background-color: #1b3b36; */
  color: #fff;
}
.section-title {
  font-size: 3rem;
  line-height: 1.2;
}
.testimonial-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  padding: 25px 20px 30px;
  position: relative;
  overflow: hidden;
}

.quote-mark {
  font-size: 5rem;
  color: #78a9a9;
  line-height: 0.5;
  font-weight: bold;
}

.testimonial-text {
  flex-grow: 1;
  font-size: 1rem;
  color: #d5d5d5;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.testimonial-author p {
  color: #78a9a9;
}
.testimonial-photo {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #78a9a9;
  opacity: 0.4;
}

.carousel-indicators .active {
  opacity: 1;
}
@media (max-width: 999px) {
  .hero-text-box {
    margin: 120px auto;
    padding: 28px 20px 28px 16px;
    border-left-width: 14px;
  }
}
@media (max-width: 770px) {
  .hero-title {
    font-size: 42px !important;
  }
  .hero-text-box {
    padding: 25px 16px;
    max-width: 90%;
    margin: 108px 20px;
  }

  .hero-text-box h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .hero-text-box p {
    font-size: 1rem;
    line-height: 21px;
  }

  .page_intro_with_img figure {
    aspect-ratio: 7/9;
    height: auto !important;
  }

  .vision-values-car {
    padding: 48px 20px;
  }

  .vision-values-car img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .circle-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    gap: 10px;
  }

  .aboutus-quote-text {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .testimonial-text {
    font-size: 0.875rem;
  }
  .testimonial-author small {
    font-size: 0.75rem; /* 12px */
  }

  /* Ẩn dot */
  #testimonialCarouselSp .carousel-indicators {
    display: none !important;
  }

  /* Reset mặc định */
  #testimonialCarouselSp .carousel-control-prev,
  #testimonialCarouselSp .carousel-control-next {
    top: auto;
    bottom: -20px;
    width: 32px;
    height: 32px;
    opacity: 1;
  }

  /* Icon custom */
  #testimonialCarouselSp .carousel-control-prev-icon {
    background-image: url("../img/slide_left.svg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }

  #testimonialCarouselSp .carousel-control-next-icon {
    background-image: url("../img/slide_right.svg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }

  /* Căn giữa 2 mũi tên và tạo khoảng cách 18px */
  #testimonialCarouselSp .carousel-control-prev {
    left: 50%;
    transform: translateX(calc(-50% - 25px));
    /* 25px = (32px/2 + 18px/2) */
  }

  #testimonialCarouselSp .carousel-control-next {
    left: 50%;
    transform: translateX(calc(-50% + 25px));
  }

  .testimonial-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .our-team-section .carousel {
    display: none;
  }

  .our-team-section .row {
    display: flex;
  }
}


/* The Collection */
aside h2 {
  font-family: "Kalnia";
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 108px;
  margin-top: 80px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.asideContent {
  margin-bottom: 120px;
}

.categoryDesc {
  font-size: 16px;
}

aside #sd-container {
  bottom: 20px;
}

.g-custom-34 {
  --bs-gutter-x: 34px;
}

.vehicle-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 735px !important;
/*  background: url(../img/ljdj_02.webp);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
}

.vehicle-card .card-img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.vehicle-card .card-img-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #78a9a9;
  opacity: 0.75;
  transition: opacity 1.5s ease;
  z-index: 0;
}
.vehicle-card .card-img-overlay > * {
  position: relative;
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.vehicle-card:hover .card-img {
  transform: scale(1.08);
  cursor: pointer;
}
.vehicle-card:hover .card-img-overlay::before {
  opacity: 0;
  cursor: pointer;
}
.vehicle-card:hover .card-img-overlay > * {
  opacity: 0;
  cursor: pointer;
  transform: translateY(6px);
}

.card-img-overlay h4 {
  font-family: "Kalnia";
  font-style: normal;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.card-img-overlay p {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  aside h2 {
    font-size: 48px;
    line-height: 65px;
    font-weight: 500 !important;
  }

  .asideContent {
    margin-bottom: unset;
    padding-bottom: 80px;
  }

  aside #sd-container {
    bottom: 0;
  }

  .categoryDesc {
    font-size: 12px;
  }

  .vehicle-card{
    width: 95%;
    height: 489px !important;
    display: block;
    margin: 0 auto;
  }
}

/* Product Detail  */
.theCollectionContent h3 {
  font-size: 1rem;
  font-family: "termina";
  font-weight: 700;
}

.banner-title {
  font-size: 6rem !important;
  line-height: 1;
  margin-bottom: 0;
}

.banner-grace {
  font-size: 2rem !important;
  line-height: 40px;
}
.banner-topic {
  margin: 76px 0px 0px 0px;
}
.performance {
  padding-top: 40px;
}
.title-commanding {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
}
.list-group-block {
  margin-bottom: 60px;
}
.performance-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.performance-heading .petrol,
.performance-heading .electric {
  width: auto;
  height: 43px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.version-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  color: #406464;
  font-weight: 600;
}

.version-btn.active {
  color: #ffffff;
}

.performance-heading .line {
  width: 0;
  height: 43px;
  border-left: 1px solid #fff;
  margin: 0 32px;
}

.performance-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  gap: 1rem;
}

.performance-cell {
  flex: 0 0 22%;
  max-width: 22%;
  background: transparent;
  color: #ffffff;
  text-align: center;
  padding: 1.25rem 0.75rem;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  border-radius: 8px;
  transition: transform 0.3s ease, opacity 0.4s ease;
  opacity: 0;
  transform: translateY(10px);
}

.performance-cell.show {
  opacity: 1;
  transform: translateY(0);
}

.performance-cell:hover {
  transform: translateY(-4px);
}

.performance-cell svg {
  display: block;
  margin: 0 auto 0.5rem;
}

.performance-cell p {
  margin: 0.25rem 0;
}
.img-gallery {
  padding-bottom: 40px;
}

.gallery-title {
  font-size: 2rem;
  font-weight: 600;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 991.98px) {
  .theCollectionContent h3 {
    font-size: 0.875rem;
  }
  .title-commanding {
    font-size: 1.5rem;
  }
  .list-title {
    font-size: 0.875rem;
  }
  .banner-title {
    font-weight: 700;
  }
  .performance-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }

  .performance-heading .line {
    width: 50%;
    height: 1px;
    background: #ffffff;
    border: none;
    margin: 0.5rem 0;
    order: 2;
  }

  /* Ghi đè kích thước mặc định 2rem */
  .performance-heading .petrol,
  .performance-heading .electric {
    font-size: 1rem !important;
  }

  .version-btn {
    font-size: 0.9rem;
    color: #78a9a9;
    order: 1;
  }

  .version-btn.active {
    font-size: 1.5rem !important;
    color: #ffffff;
    order: 3;
  }

  .performance-list {
    gap: 0.5rem;
  }

  .performance-cell {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .gallery-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .banner-actions {
    display: flex;
    gap: 12px;
    align-items: stretch;
  }

  .banner-actions .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    padding: 13px 26px !important;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .performance-cell {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 1200px) {
  .commanding {
    gap: 142px;
  }
}
