/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner-isuzu-solo-4.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
about-img,
.feature-img {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.about-img img,
.feature-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px; /* bisa dihapus kalau mau kotak full */
}

/*** Promo Section ***/
.promo-section {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Heading */
.promo-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a1a;
}

.promo-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
}

.promo-desc {
    max-width: 720px;
    margin: 0 auto;
    color: #555;
}

/* Promo Grid */
.promo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

/* Desktop: 3 Kolom */
@media (min-width: 992px) {
    .promo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Promo Card */
.promo-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* Image Ratio 4:5 */
.promo-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.promo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.promo-content {
    padding: 20px;
    text-align: center;
}

.promo-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

/* Button */
.btn-promo {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-promo:hover {
    background: #000;
    color: #fff;
}

/* PRODUK SECTION */
.produk-mobil {
  padding: 70px 20px;
  background: #f8f9fb;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.produk-header {
  text-align: center;
  margin-bottom: 50px;
}

.produk-header h1 {
  font-size: 36px;
  color: #111;
  margin-bottom: 10px;
}

.produk-header h2 {
  font-size: 20px;
  color: #b88a5a;
  margin-bottom: 15px;
}

.produk-header p {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* GRID */
.produk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.produk-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.produk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.produk-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* TITLE */
.produk-card h3 {
  font-size: 18px;
  margin: 20px 0 15px;
  color: #111;
}

/* BUTTON */
.btn-produk {
  display: inline-block;
  margin-bottom: 25px;
  padding: 12px 26px;
  background: #b88a5a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-produk:hover {
  background: #9f7348;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .produk-header h1 {
    font-size: 28px;
  }

  .produk-header h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .produk-card img {
    height: 160px;
  }
}

/* CTA BYD */
.cta-byd {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: url("img/bg-cta-byd.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #ffffff;
}

.cta-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.cta-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #00e0ff;
}

.cta-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #eaeaea;
}

.cta-button a {
  display: inline-block;
  padding: 16px 38px;
  background: linear-gradient(135deg, #00e0ff, #00b4ff);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 224, 255, 0.35);
}

.cta-button a:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 224, 255, 0.55);
  background: linear-gradient(135deg, #00b4ff, #00e0ff);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-content h1 {
    font-size: 30px;
  }

  .cta-content h2 {
    font-size: 18px;
  }

  .cta-content p {
    font-size: 15px;
  }

  .cta-button a {
    padding: 14px 30px;
    font-size: 15px;
  }
}

/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

/* HARGA MOBIL */
.harga-mobil {
  padding: 70px 20px;
  background: #f9f9f9;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.harga-header {
  text-align: center;
  margin-bottom: 40px;
}

.harga-header h1 {
  font-size: 36px;
  color: #111;
  margin-bottom: 10px;
}

.harga-header h2 {
  font-size: 20px;
  color: #b88a5a;
  margin-bottom: 15px;
}

.harga-header p {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* TABLE */
.harga-table-wrapper {
  overflow-x: auto;
  margin-top: 30px;
}

.harga-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.harga-table thead {
  background: #b88a5a;
}

.harga-table th {
  padding: 18px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
}

.harga-table td {
  padding: 16px 18px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.harga-table tbody tr:last-child td {
  border-bottom: none;
}

.harga-table tbody tr:hover {
  background: #f6f2ee;
}

/* CTA */
.harga-cta {
  text-align: center;
  margin-top: 45px;
}

.harga-cta h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111;
}

.btn-harga {
  display: inline-block;
  padding: 14px 36px;
  background: #b88a5a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.btn-harga:hover {
  background: #9f7348;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .harga-header h1 {
    font-size: 28px;
  }

  .harga-header h2 {
    font-size: 18px;
  }

  .harga-table th,
  .harga-table td {
    font-size: 14px;
    padding: 14px;
  }
}

/* Galeri Customer */
.galeri-penyerahan {
  padding: 70px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.galeri-header {
  text-align: center;
  margin-bottom: 40px;
}

.galeri-header h1 {
  font-size: 36px;
  color: #111;
  margin-bottom: 10px;
}

.galeri-header h2 {
  font-size: 20px;
  color: #b88a5a;
  margin-bottom: 15px;
}

.galeri-header p {
  max-width: 720px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* CAROUSEL */
.galeri-carousel {
  overflow-x: auto;
  padding-bottom: 15px;
}

.galeri-carousel::-webkit-scrollbar {
  height: 8px;
}

.galeri-carousel::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* TRACK */
.galeri-track {
  display: flex;
  gap: 24px;
  scroll-snap-type: x mandatory;
}

/* ITEM */
.galeri-item {
  flex: 0 0 280px;
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #f3f3f3;
  transition: transform 0.3s ease;
}

.galeri-item:hover {
  transform: translateY(-6px);
}

.galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA */
.galeri-cta {
  text-align: center;
  margin-top: 50px;
}

.galeri-cta h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111;
}

.btn-galeri {
  display: inline-block;
  padding: 14px 34px;
  background: #b88a5a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.btn-galeri:hover {
  background: #9f7348;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .galeri-header h1 {
    font-size: 28px;
  }

  .galeri-header h2 {
    font-size: 18px;
  }

  .galeri-item {
    flex: 0 0 240px;
  }
}

@media (max-width: 480px) {
  .galeri-item {
    flex: 0 0 220px;
  }
}

/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/* SECTION */
.lokasi-isuzu {
  position: relative;
  padding: 80px 20px;
  background: url("img/bg-lokasi.jpg") center/cover no-repeat;
  color: #ffffff;
}

/* OVERLAY */
.lokasi-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* MAP */
.lokasi-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* TEXT */
.lokasi-text h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 12px;
}

.lokasi-text h2 {
  font-size: 20px;
  color: #d4b08c;
  margin-bottom: 18px;
}

.lokasi-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #eeeeee;
  margin-bottom: 30px;
}

.lokasi-text h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

/* BUTTON */
.btn-lokasi {
  display: inline-block;
  padding: 14px 34px;
  background: #b88a5a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.btn-lokasi:hover {
  background: #9f7348;
}

/* MAP */
.lokasi-map {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.map-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lokasi-content {
    grid-template-columns: 1fr;
  }

  .lokasi-text h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .lokasi-isuzu {
    padding: 60px 15px;
  }

  .lokasi-text h1 {
    font-size: 26px;
  }

  .lokasi-text h2 {
    font-size: 18px;
  }
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}