.bg {
  height: 40vw !important;
  background-image: url(../../images/car-model/new-stargazer/new-stargazer-2025.webp);
  /* margin-top: 5rem; */
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  padding-top: 20px;
  position: relative;
  font-size: 4.5rem;
  /* line-height: 120px;
    letter-spacing: 0px; */
  color: #000;
  /* text-align: left;
    top: 31%; */
  left: -24%;
  /* transform: translate(-50%, -50%); */
}

@media (max-width: 998px) {
  .title h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bg {
    height: 70vw !important;
  }
  /* .bg img {
        margin-top: 6rem;
        margin-top: 1rem;
    } */
  .title h1 {
    font-size: 1.9rem;
    left: -22%;
    padding-top: 20px;
    /* top: 27%;
        transform: translate(-50%, -50%); */
  }
}

/*-------------------- Cover About Us End-------------------- */

/* --------------------button up css start -------------------- */

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.dl-brochure-tab img {
  width: 15px;
  margin-left: 5px;
}

.active-highlight {
  color: #002c5f;
}

.pad-20 {
  padding: 10px;
}

.icon-img {
  margin-right: 20px;
}

.navbar {
  padding-top: 0 !important;
}

.bg-color {
  background-color: #002c5fff;
}

.pad-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.no-margin {
  margin: 0 !important;
}

.req-inq,
.deatails-tab {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin-bottom: 0px !important;
}

.req,
.inq {
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.sticky-nav-one {
  position: sticky !important;
  top: 0;
  z-index: 1100;
  display: list-item !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.testDrive,
.inquiry {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.details-tab {
  gap: 22px !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

@media (max-width: 995px) {
  .details-tab {
    gap: 10px !important;
    display: contents !important;
  }
  .request-hide {
    display: none;
  }
  .nav-item .nav-link {
    flex-direction: column;
    max-height: 55px;
  }
  .icon-img {
    margin-right: 0px;
  }
  .display-none {
    display: none !important;
  }
  .testDrive,
  .inquiry {
    font-size: 16px;
  }
  .no-margin {
    padding: 10px 0;
  }
  .pad-70 {
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .pad-20 {
    padding: 5px;
  }
  .justify-content-space-around {
    gap: 3px !important;
    /* display: contents !important; */
  }
  .req-inq,
  .details-tab {
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0px !important;
  }
  .request-hide {
    display: none;
  }
  .nav-item .nav-link {
    flex-direction: column;
    max-height: 55px;
  }
  .icon-img {
    margin-right: 0px;
    width: 25px;
  }
  .display-none {
    display: none !important;
  }
  .testDrive,
  .inquiry {
    font-size: 12px;
  }
  .no-margin {
    padding: 10px 0;
  }
  .pad-70 {
    padding: 5px 15px;
  }
  .text-tab a {
    font-size: 12px !important;
  }
}

/* ///////////////////////////Tab sticky css end////////////////////// */

/* --------------------------start container css --------------------- */

.pad-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.title-h2 {
  color: #000;
  text-align: center;
}

.sub-p {
  color: #000;
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .pad-10 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .title-h2 {
    font-size: 25px;
  }
  .sub-p {
    color: 14px !important;
  }
}

.row-details {
  margin-top: 50px;
  align-items: center;
}

.row-details p {
  margin-top: 1rem;
  font-size: 16px;
  color: #4d4d4d;
}

.title-desc {
  font-size: 30px;
  color: #4d4d4d;
  /* font-weight: bold; */
}

.text-align-left {
  text-align: left !important;
}

.img-car-model {
  width: 100%;
  margin-top: 20px;
}

.grid-row {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .grid-row-img,
  .grid-row {
    display: grid !important;
    gap: 20px;
  }
}

.Dragon-Red-Pearl {
  background: linear-gradient(to bottom, black 50%, #991903 50%);
}

.Magnetic-Silver-Metallic {
  background: linear-gradient(to bottom, black 50%, #aaa9ad 50%);
}

.Creamy-White-Pearl {
  background: linear-gradient(to bottom, black 50%, #f0e9d6 50%);
}

.Dragon-Red {
  background-color: #991903;
}

.Magnetic-Silver {
  background-color: #aaa9ad;
}

.Titan-Gray-Metallic {
  background-color: #8d847e;
}

.Creamy-White {
  background-color: #f0e9d6;
}

.Midnight-Black {
  background-color: #0e0a09;
}

/* Fix selector typos and fade animation */
.mySlides-dm {
  display: none;
}
.mySlides-dm img {
  vertical-align: middle;
  width: 100% !important;
}

.fade-dm {
  animation-name: fade-dm;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes fade-dm {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* keep dot styles (existing) */
.dot-dm {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease;
  border: 0.5px solid black;
}

.active-dm,
.dot-dm:hover {
  transform: scale(1.5);
}

#safety {
  background-color: #e1e1e1;
}

.safety-features {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* ///////////////////////////////////////////specification table css//////////////////////////////// */

.selection-text select {
  color: #666;
  background-color: #f6f3f2;
  border: none;
  line-height: 40px;
  padding: 0px 30px;
}

.thead-color {
  background-color: #002c5fff !important;
  color: #fff;
}

.custin-highlights {
  width: 100%;
  height: auto;
}

.highlights-p {
  font-size: 16px !important;
  font-family: HyundaiSansRegular !important;
  color: #000000;
  padding: 2px 0;
}

.highlights-title {
  font-size: 30px;
  font-family: HyundaiSansHeadOfficeMedium !important;
  color: #000000;
  padding: 20px 0;
}

.sub {
  padding: 20px 0;
}

.ex-in {
  background-color: #e1e1e1;
}

.hyun-smar-tech {
  margin: 20px 0;
  color: #000000;
}

.exterior-color {
  color: #000000;
}

.exterior-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.color-title {
  color: #000000;
  font-size: 20px;
  padding: 20px 0;
}

.view-label {
  color: #e1e1e1;
  font-weight: bold;
  font-size: 30px;
}

.front:hover,
.side:hover,
.back:hover {
  background-color: rgba(0, 44, 95, 0.555);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.title-h2 {
  color: #000000;
}

.mySlides {
  display: none;
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}

h6 {
  font-family: HyundaiSansHeadOfficeMedium !important;
}

@media (max-width: 998px) {
  .scroll-table {
    overflow-x: auto;
    max-width: 100%;
  }
  #tablepress-30 {
    width: 100%;
    min-width: 800px;
  }
}

@media (max-width: 768px) {
  .scroll-table {
    overflow-x: auto;
    max-width: 100%;
  }
  #tablepress-30 {
    width: 100%;
    min-width: 600px;
  }
}

/* ///////////////////////////////////end specification css/////////////// */

/* -----------------------------------start price css------------------ */

.price-list-section span {
  font-style: italic;
  color: #ff0000;
}

.price-list-section span a {
  color: #0d6efd;
}

@media (max-width: 768px) {
  .smart-sense-title {
    font-size: 19px;
    line-height: 20px;
  }
}

.scroll-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
}

.scroll-table .table {
  width: 100%;
  min-width: 720px;
  table-layout: auto;
}

.table-text th,
.table-text td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.45rem 0.6rem;
}
