@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  scrollbar-width: none;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}

/*-----------------------------------*\
 * #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * colors
   */

  --middle-blue-green: hsl(176, 35%, 63%);
  --sonic-silver: hsl(0, 0%, 44%);
  --eerie-black: hsl(0, 0%, 9%);
  --ocean-green: hsl(148, 45%, 58%);
  --candy-pink: hsl(356, 65%, 63%);
  --cultured: hsl(0, 0%, 96%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);

  /**
   * typography
   */

  --ff-jost: "Jost", sans-serif;

  --fs-1: 2.5rem;
  --fs-2: 1.75rem;
  --fs-3: 1.625rem;
  --fs-4: 1.5rem;
  --fs-5: 1.375rem;
  --fs-6: 1.25rem;
  --fs-7: 1.125rem;
  --fs-8: 0.938rem;
  --fs-9: 0.875rem;
  --fs-10: 0.813rem;

  --fw-500: 500;
  --fw-600: 600;

  /**
   * transition
   */

  --transition-1: 0.25s ease;
  --transition-2: 0.75s ease;
  --cubic-out: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-in: cubic-bezier(0.33, 0.85, 0.56, 1.02);

  /**
   * spacing
   */

  --section-padding: 60px;

}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

ol,
ul {
  padding-left: 0rem !important;
}

.card-promo p {
  text-align: start !important;
}

nav {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* ini yang kamu butuhkan */
  position: fixed;
  background-color: white;
  z-index: 1000;
  top: 0px;
}

body nav:nth-child(2) {
  display: none;
}

.content-nav {
  background-color: white;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  position: fixed;
  z-index: 1000;
  top: 50px;

}

.link-nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-nav a {
  width: max-content;
  padding: 0 30px;
  color: #182a61;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  position: relative;
  display: inline-block;
  height: 100%;
  display: flex;

  justify-content: center;
  align-items: center;
  text-transform: uppercase;

}

.nav-active {
  border-bottom: 5px solid  #024286 !important;
padding-top: 10px;
background: white !important;
color:#024286 !important;

}
.swiper {
  width: 100%;
  height: auto;
  padding-top: 100px !important;
}

.content-nav-profil {
  width: 100%;
  height: 50px;
  background-color: #161316;
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-nav-profil a {
  color: white !important;

}

.isi-nav-profil {
  max-width: 1200px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: white;
  width: 100%;
  gap: 20px;
}

.btn-edit-profil {
  width: 100%;
  border: none;
  font-weight: 300;
  background-color: #001527;
  color: white;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 20px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 50px;
}

.isi-nav-profil i {
  font-size: 1.3rem;
}

.page-kategori {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.content-kategori {
  background-color: white;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1200px;
  flex-direction: column;
}

.title-kategori {
  padding-top: 120px;
  color: #182a61;
  margin-bottom: -0px;
}

.col-slide-kategori {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-kategori {
  width: 97%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  clip-path: polygon(12% 0%, 100% 0%, 90% 100%, 0% 100%);

  overflow: hidden;
}

.slide-kategori img {
  display: block;
  margin-left: -74px;
  /* Bikin lebih dempet */
}

.slide-kategori img:first-child {
  margin-left: 0px;
  /* Biar gambar pertama tetap rapi */
}


/*-----------------------------------*\
 * #FOOTER
\*-----------------------------------*/

.footer-top {
  background: var(--cultured);
  padding-block: var(--section-padding);
}

.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer-text {
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.social-link {
  color: var(--eerie-black);
  font-size: 18px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--sonic-silver);
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.social-link:is(:hover, :focus) {
  background: var(--eerie-black);
  color: var(--white);
  border-color: var(--eerie-black);
}

.footer-list {
  width: 100%;
}

.footer-list-title {
  color: var(--eerie-black);
  font-size: var(--fs-5);
  font-weight: var(--fw-600);
  margin-bottom: 15px;
}

.footer-link {
  position: relative;
  color: inherit;
  padding-block: 5px;
}

.footer-link:is(:hover, :focus) {
  color: var(--eerie-black);
  transform: translateX(15px);
}



.footer-link:is(:hover, :focus)::before {
  --scale: 1;
}

.footer-bottom {
  padding-block: 20px;
}

.footer-bottom a {
  color: inherit;
}

.copyright {
  margin-bottom: 15px;
  text-align: center;
}

.copyright a {
  display: inline-block;
  color: var(--eerie-black);
  font-weight: var(--fw-600);
}

.footer-bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  margin-bottom: 15px;
}

.footer-bottom-link:is(:hover, :focus) {
  color: var(--eerie-black);
}

.payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#produk-overlay {
  position: fixed;
  top: -1000%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cececefb;
  color: white;
  z-index: 999;
  transition: top 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 200px;
  flex-direction: column;
 
}

#simulasi-overlay {
  position: fixed;
  top: -1000%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cececefb;
  color: white;
  z-index: 999;
  transition: top 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 200px;
  flex-direction: column;

}

.col-icon-kategori {
  width: max-content;
  height: 80px;
  display: flex;
  gap: 50px;
}

.box-icon-kategori {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #182a61;
  gap: 10px;
}

.active-kategori {
  border-bottom: 4px solid #182a61;
  height: 100px;
}

.scroll-container-product {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}

.col-card-product {
  width: 1020px !important;
  height: max-content;
  padding: 20px 15px;
  overflow: hidden !important;
  display: flex;
  justify-content: start;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}

.card-product {
  width: 250px;
  height: 250px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  color: black;
  padding: 15px;
  position: relative;
}

.card-product h3 {
  font-size: 1.5rem;
}

.card-product p {
  font-size: .8rem;
}

.card-product img {
  margin: 0 auto;
  margin-top: -60px !important;
}

.card-product .harga {
  margin-top: -10px;
}

.btn-harga {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: max-content;
  padding: 5px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  background-color: #024286;
  border: none;
}

.section5-berita {
  display: flex;
  justify-content: center;
  width: 100%;
  height: max-content;
}

.content5-berita {
  width: 100%;
  max-width: 1520px;
  height: max-content;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 30px;
  margin-bottom: 20px !important;
  color: #00276d !important;
  padding-bottom: 50px;
}

.berita-terkini-berita {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  color: #00276d;
}

.berita-terkini-berita span {
  font-weight: 550;
  font-size: 2rem;
}

.deskripsi5-berita {
  width: max-content;
  margin-top: 20px;
  text-align: center;
}

.searching-berita {
  width: 90%;
  padding: 10px 0px;
  border: none;
  margin-left: -10px;
  outline: none;
  font-size: 1rem;
}

.icon-searching-berita {
  width: 8%;
  height: 50px;
  scale: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(56, 56, 56);
}

.col-searching-berita {
  width: 700px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid rgba(128, 128, 128, 0.37);
  outline: none;
  display: flex;
  margin-top: 30px;
}

.col-card-berita {
  width: 100%;
  height: max-content;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 50px;
}

.tidak-ada-data-berita {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-berita {
  width: 350px;
  height: 450px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.header-berita {
  width: 100%;
  height: 50%;
  background-color: orange;
}

.header-berita img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.content-card1-berita {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.col-tanggal-berita {
  width: 20%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -11px;
}

.col-tanggal-berita div:nth-child(1) {
  font-size: 1.6rem;
  color: #00276d;
  font-weight: 550;
}

.col-tanggal-berita div:nth-child(2) {
  font-size: .7rem;
  color: #00276d;
  font-weight: 300;
}

.col-lokasi-berita {
  border-left: 1px solid #202707;
  width: 80%;
  height: 40%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-left: 10px;
  align-items: center;
}

.col-lokasi-berita div:nth-child(2) {
  font-size: .9rem;
}

.col-lokasi-berita i {
  margin-left: 20px;
  font-size: 1.3rem;
}

.footer-card-berita {
  height: 15%;
  width: 100%;
  display: flex;
  align-items: center;
}

.content-card2-berita {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.col-btn-card-footer-berita {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 30px;
  gap: 10px;
  margin-top: 30px;
}

.col-btn-card-footer-berita button {
  background-color: transparent;
  color: white;
  border: 1px solid #00276d;
  border-radius: 50px;
  width: 200px;
  height: 100%;
  font-size: .8rem;
  color: #00276d;
  font-weight: 400;
  transition: .5s;
  cursor: pointer;
}

.col-btn-card-footer-berita button.active {
  background-color: #00276d;
  color: white;
  border: 1px solid #00276d;
  border-radius: 5px;
}

.col-btn-card-footer-berita div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50px;
  height: 100%;
  width: 30px;
  color: #00276d;
  transition: .5s;
  cursor: pointer;
  border: 1px solid #00276d;
}

.col-btn-card-footer-berita div:nth-child(2).active {
  background-color: #00276d;
  color: white;
  border-radius: 5px;
  border: 1px solid #00276d;
}

.col-btn-card-footer-berita div:nth-child(2) i {
  font-size: 1rem;
  font-weight: 200 !important;
  rotate: -45deg;
}

.lihat-lainnya {
  width: max-content;
  height: max-content;
  padding: 8px 70px;
  border: 1px solid #00276d;
  color: #00276d;
  background-color: transparent;
  border-radius: 50px;
  font-weight: 300;
  margin: 0 auto;
  margin-top: 30px;
}

@media (min-width: 480px) {

  .footer-brand {
    width: 100%;
  }

  .footer-text {
    max-width: 470px;
  }

  .footer-list {
    width: calc(50% - 20px);
  }

}

@media (min-width: 768px) {
  /**
   * FOOTER
   */

  .footer-list {
    width: calc(33.33% - 26.66px);
  }

  .copyright,
  .footer-bottom-list {
    margin-bottom: 0;
  }

  .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px 50px;
  }

}

@media (min-width: 1200px) {


  .footer-brand {
    width: calc(40% - 30px);
  }

  .footer-text {
    max-width: 340px;
  }

  .footer-list {
    width: calc(20% - 30px);
  }

  .footer-bottom .container {
    justify-content: space-between;
  }

}



.col-simulasi {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.content-simulasi {
  background-color: white;
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1100px;
  flex-direction: column;
  padding-top: 200px;
}

.header-simulasi {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.left-simulasi {
  width: 50%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: start;

}

.left-simulasi .h3 {
  margin-left: 20%;
}

.right-simulasi {
  width: 50%;
  height: 400px;
}

.col-harga-simulasi {
  width: max-content;
  display: flex;
  gap: 50px;
  margin-top: 10px;
}

.box-credit {
  display: flex;
  flex-direction: column;
}

.page2-simulasi {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232B2E;
  margin-top: 40px;

}

.content-page2-simulasi {
  background-color: #232B2E;
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1100px;
  flex-direction: column;
  padding: 50px 0;
  overflow: hidden;
}

.content-page2-simulasi div:nth-child(2) {
  width: 100%;

}

#scroll-fitur-simulasi {
  overflow-x: scroll;
  width: 85%;
  white-space: nowrap;
  scroll-behavior: smooth;
  display: flex;
  justify-content: start;
  margin-top: 20px;
  padding: 10px 10px;
  gap: 20px;
}

.box-fitur-simulasi img {
 

}

.box-fitur-simulasi {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 10px;
}

.spec-container {
  max-width: 1100px;
  margin: auto;
  color: black !important;
  margin-top: 100px;
}


.spec-section {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  color: black;
}

.section-content {
  margin-top: 10px;
}

.section-content.hidden {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 5px 0;
  vertical-align: top;
}

.simulasi-kredit {
  background: #001527;
  color: white;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #aaa;
  width: 100%;
}

label {
  margin-top: 10px;
  display: block;
}

.btn-hitung-simulasi {
  background: #0260b4;
  border-radius: 3px;
  padding: 8px 20px;
  color: white;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.btn-penawaran {
  background-color: #0260b4;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  width: 200px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

.hasil-simulasi {
  background: #001527;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

#tombol-cs {
  display: inline-block;
  text-decoration: none;
}

#nilai-dp {
  margin-bottom: 10px;
}

.container-promo {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0 auto;
}

.content-promo p {
  text-align: center;
}

.content-promo h3 {
  text-align: center;
}

.content-promo {
  background-color: white;
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1100px;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 50px;
  overflow: hidden;
}

.content-promo h3 span {
  color: rgb(0, 62, 133);
}

.col-card-promo {
  width: 100% !important;
  height: max-content;
  padding: 20px 15px;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center;
  gap: 50px;
  /* align-items: center; */
  margin-top: 40px;
  flex-wrap: wrap !important;
}

.card-promo {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 320px;
}

.card-promo h2 {
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
}

.subtext-promo {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.price-promo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.price-promo span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #6c757d;
}

.btn-promo {
  background-color: black;
  color: white;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-promo:hover {
  background-color: #333;
}

.limits-promo {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.limits-promo li {
  margin: 0.5rem 0;
}

.includes-promo p {
  font-weight: bold;
  margin-bottom: 0.5rem;

}

.includes-promo ul {
  list-style: none;
  padding: 0;
}

.includes-promo li {
  margin: 0.3rem 0;
}


.perawatan-service {
  background: #ffffff;
  padding: 60px 0px;
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
  color: #222;
  overflow: hidden;
}

.container-service {
  max-width: 1100px;
  margin: auto;
  padding-top: 50px;
  /* padding-top: 120px; */
}

.perawatan-service h1 {
  font-size: 2rem;
  color: #003366;
  margin-bottom: 10px;
}

.perawatan-service h2 {
  font-size: 1.5rem;
  color: #0055aa;
  margin-top: 30px;
}

.perawatan-service h3 {
  font-size: 1.2rem;
  margin-top: 20px;
}

.perawatan-service p {
  line-height: 1.6;
  margin-bottom: 1em;
}

.garansi-list-service li {
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.catatan-service {
  font-size: 0.9rem;
  color: #666;
}

.list-service {
  margin-left: 20px;
  margin-bottom: 1em;
}

.layanan-grid-service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.layanan-box-service {
  background: white;
  border-left: 4px solid #003366;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.layanan-box-service:hover {
  transform: translateY(-5px);
}

.layanan-box-service i {
  font-size: 2rem;
  color: #003366;
  margin-bottom: 10px;
  display: inline-block;
}

.layanan-box-service h4 {
  margin-bottom: 10px;
  color: #003366;
}

.layanan-box-service p {
  color: #555;
  font-size: 0.95rem;
}

.img-services {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 100px;
  transform: scale(1.1);
  /* Zoom 10% */
  transition: transform 0.3s ease;
}

.img-simulasi {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 165px;
  transform: scale(1.1);
  /* Zoom 10% */
  transition: transform 0.3s ease;
}

.btn-service {
  padding: 8px 20px;
  background-color: #003366;
  color: white;
  border-radius: 5px;
  border: none;
}

.pembungkus-title-service h1 {
  margin-bottom: 0px !important;
  margin-top: 0px Im !important;
}

.accordion-service {
  max-width: 1100px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}

.accordion-item-service {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.accordion-header-service {
  background-color: #f0f4ff;
  color: #003366;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.accordion-header-service:hover {
  background-color: #e0ecff;
}

.icon-service {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.accordion-content-service {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-content-service.open {
  padding: 15px 20px;
  max-height: max-content !important;
  /* jika kamu ingin batas atasnya */
}

/* CSS */
.search-section-dealer {
  max-width: 1160px;
  margin: 40px auto;
  padding: 20px 0;
  padding-top: 150px;
  font-family: 'Segoe UI', sans-serif;
}

.title-dealer {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1f2937;
}

.filters-dealer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.select-dealer,
.input-dealer {
  padding: 10px 10px;
  border: none;
  border-radius: 30px;
  background-color: #f3f4f6;
  font-size: 14px;
  min-width: 140px;
  outline: none;
  transition: all 0.3s ease;
  width: max-content;
}

.select-dealer:hover,
.input-dealer:focus {
  background-color: #e5e7eb;
}

.btn-search-dealer {
  padding: 10px 16px;
  border: none;
  border-radius: 30px;
  background-color: #001527;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

.btn-search-dealer:hover {
  background-color: #111827;
}

.btn-reset-dealer {
  padding: 10px 16px;
  background-color: #f3f4f6;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.btn-reset-dealer:hover {
  background-color: #e5e7eb;
}

.more-btn-dealer {
  margin-top: 70px;
  text-align: center;
}

.btn-more-dealer {
  padding: 10px 20px;
  border: 1px solid #1f2937;
  background: transparent;
  color: #1f2937;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.btn-more-dealer:hover {
  background-color: #1f2937;
  color: white;
}


.container-produk {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  flex-direction: column;
  position: relative;
}

.content-produk {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1200px;
  flex-direction: column;
  padding-top: 50px;
}

.bg-produk {
  background: linear-gradient(180deg, #c7c7c7, #ffffff 70%);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 22%;
  z-index: 0 !important;
}

.img-detail-produk {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 150px;
}

.produk-detailproduk {
  font-family: 'Arial', sans-serif;
  text-align: center;
  /* max-width: 350px; */
  margin: auto;
  padding: 20px;
  z-index: 30;
}

.title-detailproduk {
  font-weight: bold;
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.tabs-detailproduk {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.tab-detailproduk {
  padding: 5px 10px;
  font-size: 1rem;
  background: #e0e0e0;
  margin: 0 5px;
  border-radius: 3px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  padding: 8px 40px;
  margin-top: 20px;

}

.tab-detailproduk.active-detailproduk {
  background: #00276d;
  color: #fff !important;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  padding: 10px 40px;
}

.gambar-detailproduk img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.pilihwarna-detailproduk {
  font-size: 2rem;
  margin-top: 0px;
}

.warna-detailproduk {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;

}

.warna-detailproduk {
  display: flex;
  gap: 10px;
}

.box-warna-wrapper {
  padding: 3px;
  /* ini jadi "border" */
  background: black;
  /* warna border */
  display: inline-block;
  border-radius: 4px;
  /* opsional */
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;

}

.box-warna-detailproduk {
  display: inline-block;
  width: 100px;
  height: 35px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}




.nama-warna-detailproduk {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

.judul-detailproduk {
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.harga-detailproduk {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}

.catatan-detailproduk {
  font-size: 1rem;
  color: #777;
  margin-top: 5px;
}

.page-360 {
  /* max-width: 1100px; */
  width: 100%;
  height: 600px;
  background-image: url('assets/bg-360.png');
  background-size: cover;
  background-position: center;
  /* ini penting untuk memusatkan gambar */
  background-repeat: no-repeat;
  /* opsional, biar gak ngulang */
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-page-360 {
  width: 100%;
  height: 600px;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}

.container-profile {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  padding-top: 150px;
  flex-wrap: wrap;
}

.sidebar-profile {
  width: 220px;
  background: #1f2937;
  color: white;
  padding: 20px;
}

.sidebar-profile h2 {
  margin-bottom: 20px;
  font-size: 18px;
}

.sidebar-profile ul {
  list-style: none;
  padding: 0;
}

.sidebar-profile li {
  padding: 12px 10px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}

.sidebar-profile li:hover,
.sidebar-profile li.active {
  background: #374151;
}

.sidebar-profile i {
  margin-right: 10px;
  font-size: 18px;
}

.content-profile {
  flex: 1;
  padding: 30px;
  background: #ffffff;
  min-width: 0;
}

.section-profile {
  display: none;
}

.section-profile.active {
  display: block;
}

.section-profile h2 {
  margin-bottom: 20px;
  color: #1f2937;
  font-size: 22px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  background: #f9fafb;
}

textarea {
  resize: vertical;
}

.promo-card {
  background: #ffffff;
  border-left: 4px solid #1F2937;
  padding: 25px 15px;
  border-radius: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.info-grid {
  display: grid;
  margin-top: 50px;
  padding: 0 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px 20px;
}

.alert {
  background-color: #fff3cd;
  padding: 15px;
  border-left: 5px solid #ffc107;
  border-radius: 5px;
  font-weight: bold;
  color: #856404;
  margin-top: 10px;
}

/* ✅ Responsive Layout */
@media (max-width: 768px) {
  .container-profile {
    flex-direction: column;
  }

  .sidebar-profile {
    width: 100% !important;
    display: flex;
    padding: 10px;
    flex-direction: column;
  }

  .sidebar-profile h2 {
    display: none;
  }

  .sidebar-profile ul {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-around;
    gap: 10px;
    padding-top: 20px;
  }

  .sidebar-profile li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    min-width: 80px;
  }

  .sidebar-profile i {
    margin-bottom: 4px;
    font-size: 16px;
    margin-right: 0px;
  }

  .content-profile {
    padding: 20px;
  }
}

.btn-batal-servis {
  padding: 8px 40px;
  background-color: red;
  color: white;
  border: none;
  height: max-content;
  border-radius: 5px;
  font-size: .9rem;
  margin-left: 40px;
  margin-top: 20px;
}

@media(max-width:1197px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo {
    max-width: 1000px;
  }

}

/* ========== HAMBURGER ========== */
.hamburger-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* ========== MENU MOBILE ========== */
.menu-mobile {
  display: none;
}

@media (max-width: 1197px) {
  .swiper {
    padding-top: 50px !important;
  }

  #simulasi-overlay,
  .content-simulasi,
  .content-promo,
  #produk-overlay {
    padding-top: 100px !important;
  }

  .search-section-dealer {
    padding-top: 60px;
  }

  .container-profile {
    padding-top: 50px;
  }

  .img-services {
    margin-top: 0px;
  }

  .hamburger-icon {
    display: block;
    margin-left: auto;
  }

  .img-detail-produk {
    margin-top: 60px;
  }

  .menu-mobile {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    /* box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); */
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 99999;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .content-nav {

    top: 0px;
  }

  .menu-mobile.show {
    transform: translateX(0%);
  }

  .mobile-profile a,
  .mobile-links a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 10px;
    padding-left: 20px;
  }

  .mobile-profile a {
    display: flex !important;
    justify-content: start;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse !important;
    border-bottom: 1px solid gray;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .mobile-profile a i {
    font-size: 1.3rem;
  }

  .nav-active {
    clip-path: none;
  }

  /* Sembunyikan profil yang di luar drawer */
  .content-nav-profil {
    display: none;
  }

  .logo-nav {
    width: 120px;
  }

  .content-nav {
    height: 60px;
  }

  nav {
    height: 60px;
    top: 0px;
  }

  body nav:nth-child(1) {
    display: none;
  }

  body nav:nth-child(2) {
    display: flex;
  }
}

@media (max-width: 500px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav {
    max-width: 340px;
  }
  
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 0px;
}


.link-nav a:hover {
  background: linear-gradient(to right, #024286, #007bff);
  color: white !important;
 
}

.nav-active {
  background: linear-gradient(to right, #024286, #007bff) !important;
  color: white !important;
border: none !important;

}
}

@media (max-width:1000px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo {
    max-width: 800px;
  }

  .menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:881px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo {
    max-width: 700px;
  }

  .menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-simulasi {
    display: flex !important;
    flex-direction: column !important;
    height: max-content;
  }

  .left-simulasi,
  .right-simulasi {
    width: 100%;
  }

  .left-simulasi {
    display: flex;
    align-items: center;
  }

  .left-simulasi .h3 {
    margin: 0px;
  }

  .bg-produk {
    bottom: 10%;
  }
}

@media (max-width:750px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo {
    max-width: 600px;
  }

  .menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-simulasi {
    display: flex !important;
    flex-direction: column !important;
    height: max-content;
  }

  .left-simulasi,
  .right-simulasi {
    width: 100%;
  }

  .left-simulasi {
    display: flex;
    align-items: center;
  }

  .left-simulasi .h3 {
    margin: 0px;
  }

}

@media (max-width:628px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo,
  .footer-top .container {
    max-width: 500px;
  }

  .simulasi-kredit {
    flex-direction: column;
  }

  .simulasi-kredit div {
    width: 100% !important;
  }
}

@media (max-width:515px) {

  section div:nth-child(1),
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .simulasi-kredit,
  .container-service,
  .container-promo,
  .footer-top .container {
    max-width: 450px;
  }

  .simulasi-kredit {
    flex-direction: column;
  }

  .simulasi-kredit div {
    width: 100% !important;
  }
}

@media (max-width:450px) {
  .info-grid {
    padding: 0 10px;
  }
.page-360{
  margin-top: -80px;

}

  .img-simulasi {
    margin-top: 70px;
    width: 100%;
    width: 95%;
  }

  .promo-card .btn {
    margin-left: 10px !important;
  }

  section>div,
  .search-section-dealer,
  .col-icon-kategori,
  .col-card-product,
  .content-nav,
  .spec-container,
  .content-page2-simulasi,
  .container-service,
  .footer-top .container {
    padding: 0 15px;
  }

  .simulasi-kredit {
    flex-direction: column;
  }

  .simulasi-kredit div {
    width: 100% !important;
  }

  .simulasi-kredit,
  .spec-container {
    width: 360px;
  }

  .content-simulasi {
    overflow: hidden;
  }

  .container-service {
    padding-top: 30px !important;
  }

  .menu-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-page2-simulasi {
    padding: 30px 15px !important;
  }

  #scroll-fitur-simulasi {
    width: 220px !important;

  }

  .box-fitur-simulasi {
    padding: 0px !important;
  }

  .box-fitur-simulasi img {
    width: 200px;
  }

  .box-fitur-simulasi p {
    font-size: .8rem;
  }

  .bg-produk {
    bottom: 14%;
  }

  #img360 {
    width: 400px;
  }

  .container-produk,
  .page2-simulasi,
  .spec-container,
  .page-360 {
    overflow: hidden !important;
  }

  .container-service {
    padding: 0 15px;
    padding-top: 50px;
  }

  .accordion-item-service,
  .pembungkus-title-service {
    padding: 0px !important;
  }

  .accordion-header-service {
    height: 60px;
  }

  .btn-service {
    margin-top: 15px;
  }

  .img-services {
    scale: 1.4;
    margin-top: 20px;
  }



  .modal-content {
    padding: 1rem !important;
  }

  .modal-body {
    padding: 1rem !important;
  }

  .modal-body .mb-3:nth-child(1) {
    margin-bottom: 1rem !important;

  }

  .card-promo {
    width: 100% !important;
  }

  .card-promo p {
    text-align: start;
  }

  .content-promo p {
    font-size: .8rem;
    margin-top: 10px;
  }

  .search-section-dealer {
    padding-top: 50px;
  }

  .filters-dealer {
    padding: 0px;
  }

  .btn-produk {
    width: 300px;
    margin: 0px;
  }

  .slide-kategori {
    width: 75%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    clip-path: polygon(12% 0%, 100% 0%, 90% 100%, 0% 100%);
    overflow: hidden;
    gap: 50px;
  }

  .content-kategori {
    height: max-content;
    padding-bottom: 30px;
  }

  .page-kategori {
    height: max-content;
  }

  .title-kategori {
    padding-top: 30px;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .slide-kategori img {
    width: 150px;
  }

  .col-slide-kategori {
    height: max-content;
  }

  .card-promo {
    scale: .8;
  }

  .col-card-promo {
    padding: 0px;
    gap: 0px;
    margin-top: 0px;
  }

  .col-card-promo .card-promo:nth-child(2) {
    margin-top: -60px;
  }

  .col-card-promo .card-promo:nth-child(3) {
    margin-top: -60px;
  }

  .title-detailproduk {
    font-size: 1.5rem;
  }

  .tab-detailproduk {
    font-size: .8rem;
    padding: 5px 20px;
    height: 50px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .tab-detailproduk.active-detailproduk {
    font-size: .8rem;
    padding: 5px 30px;
     height: 50px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pilihwarna-detailproduk {
    font-size: 1.3rem;
  }

  .box-warna-detailproduk {
    width: 80px;
    height: 30px;
  }

  .pembungkus-title-service h1 {
    font-size: 1.5rem;
  }

  .btn-service {
    scale: .8;
    margin-top: 0px;
  }

  .container-service p {
    font-size: .8rem;
  }

  .container-service h2 {
    font-size: 1.3rem
  }

  .container-service h1 {
    font-size: 1.3rem
  }

  .container-service ul li {
    font-size: 1rem
  }

  .title-dealer {
    font-size: 1.3rem;
  }

  .select-dealer {
    padding: 10px 10px;
    min-width: 0px;
    font-size: .8rem;
    font-weight: 300;
  }

  .btn-reset-dealer {
    font-weight: 300;
  }

  .input-dealer {
    font-weight: 300;
  }

  .promo-card h3 {
    font-weight: 500;
    font-size: 1.2rem;
  }

  .promo-card p {
    font-weight: 300;
    font-size: 1rem;
  }

  .promo-grid {
    padding: 0px;
  }

  .info-grid {
    margin-top: 30px;
  }

  .form-group {
    padding: 0px;
  }

  .btn-edit-profil {
    width: 100%;
    border: none;
    font-weight: 300;
    background-color: #001527;
    color: white;
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 20px;
  }

  .col-card-product {
    overflow: auto !important;
    flex-direction: column;
    height: 80%;
    margin-top: -90px;
    overflow-x: scroll;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .scroll-container-product {
    flex-direction: column;
    height: max-content;
  }

  .scroll-container-product i {
    display: none;
  }

  .scroll-container-product {
    height: 100%;
  }

  .col-icon-kategori {
    width: 300px;
    padding: 40px 10px;
    /* biar isi punya ruang */
    padding-right: 15px;
    padding-bottom: 80px;
    overflow: hidden;
    overflow-x: auto;
    z-index: 99;
    scrollbar-width: auto;
    height: max-content;
  }

  #simulasi-overlay,
  #produk-overlay {
    padding-top: 50px !important;
  }

  .box-icon-kategori {
    /* scale: .8; */
  }

  .col-icon-kategori {
    padding-bottom: 100px;
  }

  .box-icon-kategori:not(:first-child) {
    margin-left: -10px;
    /* atur sesuai kebutuhan */
  }

}

.section2-detailBerita {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
}

.content2-detailBerita {
  max-width: 1520px;
  height: max-content;
  min-height: 100px;
  width: 100%;
  padding: 0 60px;
  padding-top: 200px;
  padding-bottom: 80px;
}

.back-btn-detailBerita {
  margin-bottom: 16px;
  width: max-content;
}

.back-btn-detailBerita a {
  display: flex;
  text-decoration: none;
  gap: 8px;
  color: black;
}

.back-btn-detailBerita i {
  font-size: 25px;
}

.back-btn-detailBerita p {
  text-decoration: none;
  display: block;
  color: black;
  font-weight: 400;
}

.title-berita-detailBerita {
  font-weight: 500;
  font-size: 1.4rem;
}

.isi-content-detailBerita {
  width: 100%;
  height: max-content;
  min-height: 100px;
  display: flex;
  margin-top: 40px;
}

.left-isi-content-detailBerita {
  width: 50%;
  height: max-content;
}

.right-isi-content-detailBerita {
  width: 50%;
  height: max-content;
  padding-left: 100px;
}

.col-kalender-detailBerita {
  width: 100%;
  height: max-content;
  display: flex;
  gap: 50px;
  margin-top: 20px;
}

.kalender-detailBerita {
  font-size: .8rem !important;
}

.lokasi-detailBerita {
  font-size: .8rem !important;
}

.img-berita-detailBerita {
  width: 100%;
  height: 330px;
  background-color: red;
  margin-top: 30px;
}

.img-berita-detailBerita img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.col-pembuat-detailBerita {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-pembuat-detailBerita div:nth-child(1) {
  font-size: .9rem;
}

.content-footer-box-footer-detailBerita {
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  font-weight: 200;
  display: flex;
  gap: 20px;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
  opacity: .5;
}

.box-footer2-detailBerita i {
  font-size: 1.5rem;
}

.deskripsi-detailBerita {
  font-size: .9rem;
  margin-top: 40px;
}

.box-sosmed-detailBerita {
  width: max-content;
  height: max-content;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  cursor: pointer;
}

.box-sosmed-detailBerita i {
  font-size: 1rem;
}

.col-berita-detailBerita {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  display: flex;
  cursor: pointer;
}

.left-berita-detailBerita {
  width: 30%;
  height: 100%;
  background-color: red;
}

.left-berita-detailBerita img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.right-berita-detailBerita {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.right-berita-detailBerita div:nth-child(2) {
  margin-top: 10px;
}

@media (max-width:734px) {
  .line-menu {
    width: 100%;
    height: 50px;
    background-color: #00276d;
    margin-top: 20px !important;
  }

  .bagian-cs {
    margin-top: 0px !important;
  }

  .content2-detailBerita {
    padding: 0 20px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .col-berita-detailBerita {
    margin-top: 40px !important;
  }

  .isi-content-detailBerita {
    flex-direction: column;
    gap: 50px;
  }

  .right-berita-detailBerita div:nth-child(2) {
    font-weight: 300;
    font-size: .8rem;
  }

  .left-isi-content-detailBerita {
    width: 100%;
  }

  .right-isi-content-detailBerita {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .col-pembuat-detailBerita {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .title-berita-detailBerita {
    font-size: 1rem;
    font-weight: 400;
  }

  .deskripsi-detailBerita {
    font-weight: 300;
  }

  .berita-terkini-berita {
    font-size: 1.5rem !important;
  }

  .berita-terkini-berita span {
    font-size: 1.5rem !important;
  }

  .title-kategori {
    font-size: 1.5rem;
  }

  .content-card2-berita div:nth-child(1) {
    font-size: 1rem;
    font-weight: 400;
  }

  .col-tanggal-berita div:nth-child(1) {
    font-size: 1rem;
    color: #00276d;
    font-weight: 550;
  }

  .content-card1-berita {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lihat-lainnya {
    padding: 5px 40px;
    font-size: .9rem;
  }
}

.desc-csr {
  text-align: center;
  color: rgb(61, 61, 61);
  font-weight: 300;
  display: none;
}

.content-card2-berita div:nth-child(1) {
  font-weight: 400;
}

.line-menu {
  width: 100%;
  height: 50px;
  background-color: #00276d;
  margin-top: 10px;
}

.content-line-menu {
  width: 100%;
  height: 50px;
  background-color: #00276d;
  max-width: 1100px;
  display: flex;
  gap: 20px;
  align-items: center !important;
  justify-content: start;
  color: white;
  margin: 0 auto;
}

@media(min-width:735px) and (max-width:1202px) {
  .isi-content-detailBerita {
    flex-direction: column;
    gap: 50px;
  }


  .left-isi-content-detailBerita {
    width: 100%;
  }

  .content2-detailBerita {
    padding-top: 100px;
  }

  .right-isi-content-detailBerita {
    width: 100%;
    padding: 0;
    margin: 0;

  }


}

.card-container-dealer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
  padding: 20px 0px;
  margin-top: 40px;
}

.card-dealer {
  background: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 400px;
}

.card-header-dealer {
  padding: 20px;
  color: #222;
}

.card-header-dealer h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}

.card-header-dealer p {
  margin: 5px 0;
  color: #555;
  font-weight: 400;
  font-size: 0.95rem;
}

.card-footer-dealer {
  display: flex;
  background: #001527;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card-footer-dealer a {
  flex: 1 1 50%;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-right: 1px solid #ffffff33;
  border-top: 1px solid #ffffff33;
  font-size: 0.9rem;
}

.card-footer-dealer a i {
  font-size: 1.2rem;
}

.card-footer-dealer a:last-child {
  border-right: none;
}

/* Responsive */
@media (max-width: 768px) {
  .card-container-dealer {
    flex-direction: column;
    align-items: center;
  }

  .card-dealer {
    width: 100%;
  }

  .spec-section .section-content table td {
    font-size: .9rem;
    font-weight: 300;
  }

  .spec-section td:first-child {
    width: 150px;
    vertical-align: top;
  }

  .deskripsi-detailBerita img {
    max-width: 100%;
    height: auto;
    width: 300px;
    /* ubah ukuran sesuai kebutuhan */
    display: block;
    margin: 10px 0;
  }
}

@media (min-width:1000px) {
  .spec-section .section-content {
    width: 500px;
  }

}

.spec-section td:first-child {
  width: 200px;
  vertical-align: top;
}

.deskripsi-detailBerita img {
  max-width: 100%;
  height: auto;
  width: 500px;
  /* ubah ukuran sesuai kebutuhan */
  display: block;
  margin: 10px 0;
}