/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  font-family: "Inter", sans-serif;
}

:root {
  --primary: #8ec643;
  --secondary: #ff6922;
  --light: #effdf5;
  --dark: #0e2e50;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

input {
  margin: 0;
  font-family: inherit;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.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;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;
  margin-top: 45px;
  padding: 0 3rem;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 10px;
  /* padding: 25px 0; */
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  padding: 9px 20px;
}

.container-order-process.step .first-title,
.container-order-process.step .first-title {
  color: white;
}

#cart-icon {
  border: none !important;
  padding: 10px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #549900;
  /* font-weight: bold; */
  background-color: rgba(149, 203, 83, 0.2);
}

.navbar-custom .nav-link::after {
  content: none !important;
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
    border: none !important;
    padding: 10px 20px;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
  border: 2px solid #4caf50;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #dddddd;
}

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transform: skew(20deg);
  z-index: 1;
}

/*** Category ***/
.cat-item div {
  background: #ffffff;
  border: 1px dashed rgba(0, 185, 142, 0.3);
  transition: 0.5s;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #ffffff !important;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.property-item img {
  transition: 0.5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

.produk {
  background-color: #333333;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  margin-top: -100px;
}

.produk1 {
  background-color: #333333;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  margin-top: -58px;
}

.produk-katalog {
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  margin-top: -58px;
  height: 330px;
}

.product-card {
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  margin-top: -58px;
  /* height: 330px; */
}

.populer {
  background-color: #a15dff;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-top: -2px;
  border-radius: 10px 10px 0px 0px;
}

.header {
  background-color: #ffcc00;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-top: -2px;
  border-radius: 10px 10px 0px 0px;
}

.header1 {
  /* background-color: #ffcc00; */
  color: #000000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.product-image {
  text-align: center;
  padding: 10px 10px;
}

.product-image img {
  width: 100%;
  border-radius: 10px;
  height: 170px;
}

.product-details {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  text-align: center;
}

.detail-katalog {
  color: white;
  padding: 15px 10px;
  text-align: center;
}

.detail-katalog h2 {
  margin-top: -15px;
  font-size: 13px;
  color: white;
  font-weight: normal;
}

.detail-katalog .btn {
  background-color: #99cc33;
  color: #ffffff;
  padding: 5px 33px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.product-details h2 {
  margin: 10px 0;
  font-size: 15px;
  color: #000000;
}

.product-details p {
  margin: 5px 0;
  font-size: 16px;
}

.product-details .price {
  font-size: 17px;
  font-weight: bold;
  color: #3a3a3c;
}

.product-details .btn {
  background-color: #99cc33;
  color: #ffffff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2px;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

.specs {
  width: 100%;
  border-collapse: collapse;
}

.specs th,
.specs td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid white;
}

.specs th {
  background-color: #444444;
}

.specs .detail1 td {
  background-color: #f0f0f0;
  text-align: center;
  font-size: 12px;
  color: #3a3a3c;
}

.specs .detail2 td {
  background-color: #dbdbdb;
  text-align: center;
  font-size: 12px;
  color: #3a3a3c;
}

.specs-katalog {
  width: 95%;
  border-collapse: collapse;
}

.specs-katalog th,
.specs-katalog td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid white;
}

.specs-katalog th {
  background-color: #444444;
}

.specs-katalog .detail1 td {
  background-color: #8686863b;
  text-align: left;
  font-size: 11px;
  color: white;
  border-radius: 5px 5px 0px 0px;
  border: none;
}

.specs-katalog .detail2 td {
  background-color: #cecece42;
  text-align: left;
  font-size: 12px;
  color: white;
  border-radius: 0px 0px 5px 5px;
  border: none;
}

.produkcontainer {
  display: flex;
  gap: 10px;
  width: 1000px;
  margin-left: -2px;
}

.stepbeli {
  display: flex;
  gap: 10px;
  width: 1000px;
  margin-left: -2px;
}

.stepketerangan {
  display: flex;
  gap: 10px;
  width: 1000px;
  margin-left: 45px;
  color: #3a3a3c;
  font-size: 25px;
  font-family: "Helvetica", Sans-serif;
  margin-top: -20px;
  gap: 20px;
}

.stepbeli img {
  height: 370px;
  margin-top: -45px;
}

.produkcontainerkatalog {
  display: flex;
  gap: 10px;
  width: 1200px;
  margin-left: 30px;
}

/* .produkcontainer1 {
  display: flex;
  gap: 15px;
  width: 1000px;
  margin-left: -5px;
} */

.gabungancontainer {
  display: flex;
  padding: 120px 20px 30px 20px;
  background: #000000;
}

.katalogkontainer {
  display: flex;
  padding: 120px 20px 30px 20px;
  background: white;
}

.katalogkontainer-dashboard {
  display: flex;
  padding: 80px 20px 30px 20px;
  background: white;
}

.kontendetail {
  display: flex;
  padding: 120px 20px 30px 20px;
  background-color: white;
}

.juduldetail {
  margin-top: 30px;
  width: 200px;
  margin-left: 20px;
}

.juduldetail p {
  margin: 5px 0;
  font-size: 18px;
  color: white;
  text-align: left;
  margin-top: 20px;
}

.juduldetail h4 {
  margin: 5px 0;
  font-size: 20px;
  color: white;
  text-align: left;
  margin-top: 5px;
}

.halo th,
.halo td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid transparent;
}

.halo {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 167px;
}

.halo .judul1 td {
  background-color: #f0f0f01f;
  text-align: right;
  font-size: 12px;
  color: white;
}

.halo .judul2 td {
  background-color: #8585851f;
  text-align: right;
  font-size: 12px;
  color: white;
}

.gradient-bar {
  width: 100%;
  height: 10px;
  background: linear-gradient(
    to right,
    rgb(87, 86, 86),
    white,
    rgb(87, 86, 86)
  );
  /* Gradasi horizontal */
  box-shadow: 2px 2px 2px rgba(61, 61, 61, 0.8);
}

.fotoaki {
  float: left;
  padding: 20px;
}

.fotoaki img {
  height: auto;
  border-radius: 15px;
  margin-top: -100px;
}

.product-aki {
  float: left;
  width: 60%;
  padding: 20px;
  text-align: left;
}

.judul-aki {
  font-size: 30px;
  font-weight: bold;
  font-family: "Helvetica", Sans-serif;
  margin-top: -90px;
}

.harga-aki {
  font-size: 20px;
  color: #333;
  margin: 10px 0;
}

.order-wa {
  margin: 7px 0;
  margin-top: -10px;
}

.order-tokped {
  margin: 7px 0;
}

.order-wa button {
  background-color: #87ce34;
  color: #fff;
  border: none;
  padding: 10px 170px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 2px 1px 1px rgba(129, 129, 129, 0.8);
}

.order-tokped button img {
  height: 20px;
}

.order-wa button:hover {
  background-color: #1da851;
}

.order-tokped button {
  background-color: #f2f2f2;
  color: black;
  border: none;
  padding: 10px 170px;
  font-size: 13px;
  border-radius: 5px;
  box-shadow: 2px 1px 1px rgba(129, 129, 129, 0.8);
}

.order-tokped button:hover {
  background-color: grey;
  color: white;
}

.garislurus {
  color: black;
  width: 370px;
  margin-top: 5px;
}

.pesansekarang {
  font-size: 50px;
  margin-top: -5px;
}

.specifications {
  margin-top: -80px;
  margin-left: -320px;
  padding: 10px 45px 10px 45px;
}

.specifications table {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #d4d4d4;
}

.specifications td {
  /* border-style: none; */
  padding: 8px;
  text-align: left;
  font-size: 11px;
  height: 10px;
  color: black;
}

@media (max-width: 768px) {
  .product-image,
  .product-details {
    float: none;
    width: 100%;
  }
}

.specifications .tabel-1 td {
  background: #f0f0f0;
  color: black;
  line-height: 1;
}

.specifications .penjelasan td {
  font-weight: bold;
}

/* .dashboard-rekomen a {
  margin-left: 945px;
  text-decoration: underline;
}

.dashboard-rekomen p {
  color: #3a3a3c;
} */

.tahapcontainer1 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-left: 35px;
}

.alasanaki img {
  height: 350px;
  width: 526px;
}

.text-block {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 41%;
  padding: 20px;
  margin-top: -120px;
}

.text-block h1 {
  margin: 0;
  font-size: 24px;
  color: white;
}

.text-block p {
  margin: 5px 0 0;
  font-size: 16px;
}

.text-block a {
  margin: 5px 0 0;
  font-size: 16px;
  text-decoration: underline;
}

.footer {
  background-color: #fdfdfd;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  font-family: "Inter";
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-left: 70px;
}

.footer .column {
  flex: 1;
  min-width: 200px;
  margin: 10px 0;
}

.footer .column h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #3a3a3c;
  margin-top: 15px;
}

.footer .column p,
.footer .column a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  margin: 5px 0;
  width: 250px;
}

.footer .column a:hover {
  text-decoration: underline;
}

.footer .contact-info i {
  margin-right: 10px;
}

.footer .whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer .whatsapp i {
  margin-right: 10px;
}

.copyright {
  text-align: center;
  /* margin-top: 40px; */
  font-size: 16px;
  color: #333;
  background-color: #dbdbdb;
  padding: 15px;
}

.footer img {
  max-width: 120px;
  margin-bottom: 10px;
  background-color: #fdfdfd;
}

@media (max-width: 430px) {
  .jam-operasional-mobile {
    display: flex;
    /* gap: 10px; */
    justify-content: space-evenly;
    font-family: "Quicksand";
    font-size: 11px;
    font-weight: 600;
    align-items: center;
    height: 25px;
  }

  .jam-operasional-mobile div {
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
    color: black;
    background: transparent;
  }

  .jam-operasional-mobile div p {
    color: black !important;
    margin: 0;
    background: transparent !important;
  }

  .footer {
    padding: 15px 0;
    margin-top: 50px;
    margin-left: 10px;
  }

  .footer .container {
    flex-direction: column;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .column {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    /* Tetap rata kiri */
  }

  .footer .column h3 {
    font-size: 18px;
  }

  .footer .column p,
  .footer .column a {
    font-size: 14px;
    width: auto;
    /* Biar nggak terlalu lebar di HP */
  }

  .footer img {
    max-width: 100px;
  }

  .footer .whatsapp {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .copyright {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    /* Tetap rata kiri */
  }

  .header-border {
    height: 25px !important;
  }
}

.icon-atas {
  color: black !important;
  font-size: 25px;
  width: 10% !important;
  margin-left: -90px;
}

.header-border {
  background-color: #95cb53 !important;
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
  font-family: "Inter", serif;
}

.header-border-desktop {
  align-items: center;
  gap: 75px;
  margin: 5px 0 5px 65px;
}

.header-border-desktop p {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 15px;
  margin: 0;
}

.header-border-desktop p .material-symbols-outlined {
  font-size: 25px;
}

.search-input {
  width: 100%;
  padding: 0.85rem 0.5rem !important;
  border: 1px solid #ced4da;
  border-radius: 12px;
  font-size: 14px;
  color: black;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.search-input::placeholder {
  color: #b8bac4 !important;
}

.site-header .search-form-wrapper .search-form input {
  height: 3.125rem !important;
  color: #212529 !important;
  border-color: #ced4da !important;
  background-color: #fff !important;
  padding-left: 1.125rem !important;
  padding-right: 3.875rem !important;
}

/* input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select,
.form-control,
.form-select {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  width: 100%;
  border: 1px solid var(--color-form-border);
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  border-radius: var(--theme-form-radius);
} */

.form-control {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-clip: padding-box;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-judul {
  color: #393341;
  font-family: "Inter", serif;
  font-weight: 900;
  font-size: 4.1em;
  line-height: 0.9;
  font-style: normal;
}

.text-judul-ijo {
  font-family: "Inter", serif;
  font-weight: 900;
  line-height: 0.9;
  color: #87ce34;
  font-size: 0.86em;
  font-style: italic;
  text-shadow: -2px 2px 3px #135a1f;
  font-style: normal;
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.icon-atas {
  color: black !important;
  font-size: 26px;
  width: 2.5em !important;
  margin-left: -50px;
}

.sub-judul {
  color: #3a3a3c;
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 32px;
}

.kontak-sekarang {
  font-size: 23px !important;
}

.btn-whatsapp {
  background-color: #87ce34 !important;
}

.button-search {
  background-color: #87ce34 !important;
  font-size: 12px !important;
  font-family: "Inter", serif;
  font-weight: 600;
  background-color: var(--e-global-color-primary);
  /* padding: 0.8em 0.4em; */
  width: 180px !important;
  height: 40px;
  color: #ffffff;
}

.container {
  padding: 0px;
  padding-top: 15px;
}

.container-overlay {
  width: 100%;
  max-width: 1200px;
  /* margin: 40px auto 250px auto; */
  height: 503.47px;
  position: relative;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.footer-wrapper {
  margin-top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 348px;
  background-color: #fdfdfd;
  border-top: 1px solid #ccc;
  font-family: "Inter";
}

/* .left-section {
  position: relative;
  width: 100%;
  height: 100%;
} */

.left-section img {
  width: 100%;
  height: 503.47px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 503.47px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 2;
}

.text-content {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
  z-index: 3;
  font-family: "Inter", serif;
  font-style: normal;
  width: 80%;
}

.brand {
  font-size: 25px;
  font-weight: 500;
  font-family: "Inter", serif;
  font-style: normal;
  color: #000;
}

.title {
  font-size: 48px;
  font-weight: bold;
  margin: 5px 0;
  color: #000;
  font-family: "Inter", serif;
  font-style: normal;
}

.location {
  font-size: 22px;
  font-family: "Inter", serif;
  font-weight: 550;
  color: #444444;
  font-style: normal;
}

.order-button {
  background-color: #87ce34;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 15px;
  font-weight: 600;
}

.order-button:hover {
  background-color: #87ce34;
  border-radius: 20px;
}

@media screen and (max-width: 430px) {
  .left-section img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .overlay {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .brand {
    font-size: 10px;
    font-family: "Inter", serif;
    margin-top: -220px;
  }

  .title {
    font-size: 16px;
    font-family: "Inter", serif;
  }

  .location {
    font-size: 10px;
    font-family: "Inter", serif;
  }

  .order-button {
    font-size: 10px;
    padding: 5px 12px;
    font-family: "Inter", serif;
  }
}

.right-section {
  width: 25%;
}

.iconbox {
  display: flex;
  justify-content: center;
}

.right-section ul {
  list-style: none;
}

.iconbox ul li {
  padding: 1.375rem 1.25rem;
}

.icon-box i {
  color: #87ce34;
  width: 50px !important;
  /* Ukuran icon */
  height: 50px !important;
}

.iconbox .iconbox-detail .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #000;
}

.entry-description p {
  color: #868e96;
  font-size: 12px;
  font-family: "Inter", serif;
  font-style: normal;
  letter-spacing: 0.7px;
}

.container-filter {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto 50px auto;
  position: relative;
  z-index: 4;
}

.filter-container {
  margin-top: -85px !important;
  background-color: white !important;
  border-radius: 20px;
  padding: 40px 30px 25px 30px;
  animation: fadeIn 0.5s ease-in-out;
  width: 80%;
  margin: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05);
}

.filter-container .select2-selection {
  background-color: #f8f8f8;
  border-radius: 10px;
  border: none;
}

.filter-container .btn {
  color: white !important;
  border-radius: 10px;
  font-weight: 500;
}

.judul-hitam {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 35px !important;
  color: white;
  font-style: normal;
}

.sub-judul-hitam {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 20px !important;
  color: white;
  font-style: normal;
}

.filter-box {
  padding-top: 0 !important;
  justify-content: space-between;
}

.filter {
  padding-right: 22px;
}

.form-select select {
  font-family: "Inter", serif;
  font-style: normal;
}

@media screen and (max-width: 430px) {
  .container-filter {
    width: 90%;
    height: auto;
    margin: 20px auto auto auto;
    z-index: 10;
  }

  .filter-container {
    padding: 20px;
    border-radius: 15px;
    margin-top: 100px !important;
  }

  .judul-hitam {
    font-size: 24px !important;
    text-align: left;
  }

  .sub-judul-hitam {
    font-size: 16px !important;
    text-align: left;
    color: #95cb53;
    margin-bottom: 40px;
  }

  .filter-box {
    flex-direction: column;
    align-items: center;
  }

  .filter {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .form-select select {
    width: 100%;
    font-size: 14px;
  }
}

.step-container {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto auto auto;
  /* height: 800px; */
  position: relative;
  overflow: hidden;
  margin-top: -450px;
}

.deskripsi-tengah {
  font-family: "Inter", serif;
  font-style: normal;
  color: #87ce34;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.judul-tengah {
  font-family: "Inter", serif;
  font-style: normal;
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.card-step {
  height: 505px;
  width: 387px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 5px 12px rgba(158, 158, 158, 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Pusatkan elemen dalam card */
  justify-content: center;
  text-align: center;
  padding: 50px;
  margin-top: -15px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #212121;
  color: white;
  font-size: 45px;
}

.icon-circle-like {
  position: absolute;
  top: 10px;
  right: 10px;
  /* Pastikan ini tidak terlalu jauh */
  transform: translateX(50%);
  /* Menyesuaikan agar lebih presisi */
  background: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.icon-circle-abu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f3f5;
  color: #000000;
  font-size: 23px;
}

.judul-card {
  font-family: "Inter", serif;
  font-style: normal;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 600;
}

.deskripsi-card {
  font-family: "Inter", serif;
  font-style: normal;
  color: #1e1e1e;
  font-size: 19px;
  font-weight: 600;
}

.layer-card-step1 img {
  height: 215px;
  width: 300px;
  margin-bottom: 15px;
}

.layer-card-step2 img {
  height: 250px;
  width: 300px;
  padding: 15px;
}

.layer-card-step3 img {
  height: 250px;
  width: 300px;
  padding: 20px;
}

@media screen and (max-width: 430px) {
  .step-container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto auto auto;
    /* height: 800px; */
    position: relative;
    overflow: hidden;
    /* margin-top: -450px; */
  }

  .judul-tengah {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .deskripsi-tengah {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }

  .container-center {
    flex-direction: column;
    /* Stack card secara vertikal */
    align-items: center;
    gap: 30px;
  }

  .card-step {
    width: 100%;
    max-width: 90%;
    height: 150px;
    flex-direction: row;
    /* Jadikan flex agar elemen di kiri dan kanan */
    justify-content: flex-start;
    padding: 20px;
    text-align: left;
    align-items: center;
  }

  .layer-card-step1 img,
  .layer-card-step2 img,
  .layer-card-step3 img {
    width: 120px;
    /* Sesuaikan ukuran gambar */
    height: auto;
    margin-right: 15px;
    /* Jarak antara gambar dan teks */
  }

  .layer-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .layer-card-deskripsi {
    flex: 1;
    padding-top: 0;
  }

  .judul-card {
    font-size: 20px;
    font-weight: 700;
  }

  .deskripsi-card {
    font-size: 16px;
    font-weight: 500;
  }

  .layer-card {
    display: none;
  }
}

.container-tokped {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 20px auto 305px auto;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-top: -350px;
}

.container-tokped img {
  width: 1240px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

@media screen and (max-width: 430px) {
  .container-tokped {
    width: 90%;
    height: auto;
    margin: 10px auto;
    margin-top: 30px;
    /* Sesuaikan kalau terlalu naik */
  }

  .container-tokped img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.layer-card {
  padding-bottom: 0.7%;
}

.container-produk-rekomen {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto 50px auto;
  height: auto;
  position: relative;
  overflow: hidden;
  /* margin-top: -450px; */
}

/* @media(max-width: 768px){
  .container-produk-rekomen{
  height: 340px;
}
} */

.filter-options {
  display: flex;
  gap: 20px;
}

.filter-produk {
  font-family: "Inter", serif;
  font-style: normal;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
}

.fiter-produk-option p {
  font-family: "Inter", serif;
  font-style: normal;
  color: #aaaaaa !important;
  font-size: 15px;
  font-weight: 500;
  margin-top: 50px;
}

.filter-container-klik {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-top: 40px;
}

.filter-options-klik {
  display: flex;
  align-items: center;
  gap: 15px;
}

.filter-produk-klik {
  font-weight: bold;
  color: black;
  font-family: "Inter", serif;
}

.filter-produk-option-klik {
  color: gray;
  cursor: pointer;
}

.filter-produk-option.active {
  color: #4caf50;
  /* Warna hijau untuk opsi yang aktif */
  font-weight: bold;
  border-bottom: 2px solid #4caf50;
  padding-bottom: 3px;
}

.viewall {
  display: flex;
  align-items: center;
  color: black;
  cursor: pointer;
}

.material-icons {
  font-size: 18px;
  margin-left: 5px;
}

hr {
  border: 1px solid #b3a8a8;
}

.container-center-batre {
  display: flex;
  gap: 15px;
}

.card-batre {
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  left: 0;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

/* Styling elemen di dalam card */
.card-batre img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 15px;
}

.card-batre h1 {
  color: black;
  font-size: 17px;
  font-family: "Inter", serif;
  margin-top: 20px;
  margin-left: 15px;
}

.card-batre p {
  color: black;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  font-family: "Inter", serif;
  margin-left: 15px;
}
.stock-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-wrap .btn-cart-bawah {
  font-size: 1.6rem;
  padding: 4px 8px;
  margin: 0 !important;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.stock-wrap .btn-cart-bawah i {
  color: white;
  /* font-family: "Inter", serif; */
  font-size: 15px;
  font-weight: 800;
}

.btn-cart {
  color: white !important;
  background-color: #95cb53;

  margin-left: 15px;
}
.decreased-size-cart {
  font-size: 1.6rem;
  padding: 4px 8px;
}
.decreased-size-detail {
  font-size: 0.9rem;
  padding: 4px 8px;
}
.stock-batre .btn:hover {
  background-color: #bed1a6;
  color: white !important;
}
.icon-stock {
  color: #95cb53;
  /* font-family: "Inter", serif; */
  font-size: 15px;
  font-weight: 800;
  margin-top: 10px;
  /* margin-left: 15px; */
}
.btn-cart-container i {
  color: #95cb53;
  font-family: "Inter", serif;
  font-size: 15px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 15px;
}
.progress-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d3d3d3;
  /* Warna abu-abu */
}

.dot.active {
  background-color: #8bc34a;
  /* Warna hijau untuk titik aktif */
}

.container-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.viewall-container button {
  border: none;
  background-color: white;
}

@media screen and (max-width: 430px) {
  .container-produk-rekomen {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto auto auto;
    height: 340px;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
  }
  .btn-cart-add {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .btn-cart-add:hover {
    background-color: #0056b3;
    transform: scale(1.05); /* slight zoom effect */
    text-decoration: none;
    color: #fff;
  }
  .filter-container-klik {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 55px;
  }

  .filter-produk-klik {
    font-size: 16px;
    display: flex;
    margin: 0;
    font-family: "Inter", serif;
  }

  .filter-produk-option-klik {
    font-size: 10px;
    display: none;
  }

  .viewall-container {
    font-size: 10px;
  }

  .material-symbols-outlined {
    font-size: 10px;
  }

  .container-center-batre {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-batre img {
    width: 120px !important;
    height: 120px;
  }

  .card-batre h1 {
    font-size: 12px;
  }

  .card-batre p {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 2px;
  }

  .stock-batre i {
    /* max-width: 10%; */
    font-size: 9px;
    margin-top: -10px;
  }

  .stock-batre {
    align-items: center;
  }

  .dot {
    width: 5px;
    height: 5px;
  }

  .viewall {
    font-size: 14px;
  }
}

.container-mengapakami {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto 250px auto;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-top: -280px;
}

.mengapa-kami-border {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-top: 40px;
}

.container-kartu-mengapa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 20px auto 250px auto;
  height: 200px;
  margin-top: -600px;
}

.card-mengapa {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 12px;
  padding: 7px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  transition: 0.3s;
  height: 150px;
}

.card-mengapa:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card-mengapa img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 20px;
}

.card-content-mengapa {
  flex: 1;
}

.card-title-mengapa {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
  margin-left: 20px;
  font-family: "Inter", serif;
}

.card-text-mengapa {
  font-size: 15px;
  color: #666;
  margin-left: 20px;
  font-family: "Inter", serif;
}

@media (max-width: 430px) {
  .container-mengapakami {
    margin-top: -450px;
  }

  .mengapa-kami-border {
    padding: 15px;
  }

  .container-kartu-mengapa {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-title-mengapa {
    font-size: 15px;
  }

  .card-text-mengapa {
    font-size: 12px;
  }
}

/* Tombol WhatsApp */
.whatsapp-container {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 1000;
}

#btn-wa {
  background-color: #87ce34;
  color: white;
  border: none;
  padding: 20px 30px;
  font-size: 17px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#btn-wa:hover {
  background-color: #87ce34;
}

.whatsapp-icon {
  font-weight: 900;
  margin-left: -10px;
  height: 30px;
}

@media (max-width: 430px) {
  .whatsapp-container {
    bottom: 15px;
    right: 15px;
  }

  #btn-wa {
    padding: 12px 18px;
    font-size: 12px;
    border-radius: 6px;
  }

  .whatsapp-icon {
    height: 20px;
    margin-left: -5px;
  }
}

.container-grid-banyak {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 250px auto;
  height: 650px;
  margin-top: 40px;
}

/* Sidebar */

.sidebar-grid-banyak img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  height: 824px;
}

/* Produk */
.products-grid-banyak {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.product-card-grid-banyak {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
  height: 400px;
  margin-top: 10px;
}

.product-card-grid-banyak img {
  width: 100%;
  border-radius: 10px;
}

.product-card-grid-banyak h1 {
  color: black;
  font-size: 17px;
  font-family: "Inter", serif;
  margin-top: 20px;
  margin-left: 5px;
}

.product-card-grid-banyak p {
  color: black;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  font-family: "Inter", serif;
  margin-left: 5px;
}

.product-card-grid-banyak .stock-batre i {
  color: white;
  font-family: "Inter", serif;
  font-size: 15px;
  font-weight: 800;
  margin-top: -10px;
  margin-left: 5px;
}

.products-grid-banyak .product-card-grid-banyak button {
  background-color: #87ce34;
  color: white;
  border: none;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-size: 13px;
  padding: 10px 50px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 5px;
}

@media screen and (max-width: 430px) {
  .container-grid-banyak {
    display: flex;
    flex-direction: column;
    width: 365px;
    height: 750px;
    margin: 20px auto;
    gap: 10px;
    /* margin-top: 470px; */
  }

  /* Sidebar */
  .sidebar-grid-banyak img {
    display: none;
  }

  /* Produk */
  .products-grid-banyak {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 kolom di mode HP */
    gap: 10px;
  }

  .product-card-grid-banyak {
    height: auto;
    padding: 10px;
    margin-top: 5px;
  }

  .product-card-grid-banyak img {
    width: 100%;
    border-radius: 10px;
  }

  .product-card-grid-banyak h1 {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 3px;
  }

  .product-card-grid-banyak p {
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 3px;
  }

  .product-card-grid-banyak .stock-batre i {
    font-size: 11px;
    margin-left: 3px;
    margin-top: -5px;
  }

  .products-grid-banyak .product-card-grid-banyak button {
    font-size: 12px;
    padding: 8px 30px;
    margin-top: 10px;
    margin-left: 5px;
  }
}

/* Default: Sembunyikan navbar di layar besar */
.bottom-navbar {
  display: none;
}

@media screen and (max-width: 430px) {
  .bottom-navbar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    z-index: 1000;
  }

  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.2s ease-in-out;
  }

  .nav-item i,
  .nav-item span {
    transition: color 0.2s ease-in-out;
  }

  /* Saat tombol ditekan */
  .nav-item:active i,
  .nav-item:active span {
    color: #87ce34;
  }
}

.container-grid-banyak-seacrh {
  display: grid;
  gap: 15px;
  width: 100%;
  max-width: 1700px;
  margin: 40px auto 60px;
  padding: 0 10px;
}

.products-grid-banyak-search {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.products-grid-banyak-search-6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.product-card-grid-banyak-search {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
  /* height: 920px; */
  margin-top: 10px;
}

.product-card-grid-banyak-search img {
  width: 100%;
  border-radius: 10px;
}

.product-card-grid-banyak-search h1 {
  color: black;
  font-size: 18px;
  font-family: "Inter", serif;
  margin-top: 20px;
  margin-left: 5px;
  width: 300px;
}

.product-card-grid-banyak-search p {
  color: black;
  font-size: 20px;
  font-weight: 300;
  font-family: "Inter", serif;
  margin-left: 5px;
  margin-top: -2px;
  margin-bottom: 15px;
}

.product-card-grid-banyak-search .stock-batre i {
  color: #95cb53;
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 800;
  margin-top: -10px;
  margin-left: 5px;
}

.products-grid-banyak-search .product-card-grid-banyak-search button {
  background-color: #87ce34;
  color: white;
  border: none;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-size: 17px;
  padding: 10px 85px;
  font-weight: 500;
  margin-top: 15px;
  margin-left: 3px;
}

.products-grid-banyak-search-6 button {
  background-color: #87ce34;
  color: white;
  border: none;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-size: 13px;
  padding: 10px 55px;
  font-weight: 500;
  margin-top: 23px;
}

@media (max-width: 430px) {
  .container-grid-banyak-seacrh {
    margin-bottom: -450px;
  }

  .products-grid-banyak-search-6 button {
    padding: 5px 30px;
    margin-left: 3px;
  }

  .products-grid-banyak-search {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .products-grid-banyak-search-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 15px;
  }

  .product-card-grid-banyak-search {
    padding: 10px;
    height: auto;
    margin-top: 5px;
  }

  .product-card-grid-banyak-search img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .product-card-grid-banyak-search h1 {
    font-size: 15px;
    margin-top: 10px;
    width: 125px;
  }

  .product-card-grid-banyak-search p {
    font-size: 15px;
    margin-top: 5px;
  }

  .product-card-grid-banyak-search .stock-batre i {
    font-size: 13px;
  }

  .products-grid-banyak-search
    .products-grid-banyak-search-6
    .product-card-grid-banyak-search
    button {
    font-size: 12px;
    padding: 8px 35px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    /* flex-direction: row; */
    justify-content: flex-end;
    padding-left: 0;
  }

  .navbar-nav .nav-item {
    margin-left: 10px;
  }
}

.detail-title {
  background-color: #f1f1f1;
  font-weight: bold;
}

.mobile-hide {
  @media (max-width: 430px) {
    display: none;
  }
}

.invisible-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 20ch;

  @media (max-width: 390px) {
    width: 19ch;
  }
}

.product-card-grid-banyak-search__title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-left: 5px;
}

.product-card-grid-banyak-badge {
  background-color: #87ce34;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 5px;
}

.product-card-grid-banyak-badge span {
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.form-control:focus {
  color: black;
  background-color: #fff;
  border-color: #80dcc7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 185, 142, 0.25);
}

.container-header {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 550px;
  margin: 40px auto 40px auto;
  border-radius: 20px;
  background-image: url("../img/Dashboard.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 80px;
}

@media (max-width: 768px) {
  .initial-header-mobile {
    width: calc(100% - 20px);
    max-width: 320px;
    margin: 110px auto 90px auto;
    font-family: "Inter";
  }

  .initial-header-mobile .title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px !important;
    margin: 0;
  }

  .initial-header-mobile .subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #414042;
    margin: 0;
    margin-bottom: 20px !important;
  }
  .buka {
    font-weight: 700;
    color: #549900;
  }

  .tutup {
    font-weight: 700;
    color: #ff223c;
  }

  .initial-header-mobile .announcement {
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(149, 203, 83, 0.3);
    height: 115px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 16px;
  }

  .initial-header-mobile .announcement .announcement-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #95cb53;
    color: white;
  }

  .initial-header-mobile
    .announcement
    .announcement-icon
    .material-symbols-outlined {
    font-size: 20px;
  }

  .announcement .description {
    width: 90%;
  }
  .description {
    font-size: 14px;
  }

  .filter-container {
    width: 100%;
    background-image: url("../img/Rectangle\ 3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .filter-container > * {
    position: relative;
    z-index: 2;
  }

  .select2-selection {
    margin-bottom: 10px;
  }

  #searchButtonFilter {
    margin-top: 10px;
  }

  /* .container-order-process {
    display: none;
  } */

  .highlight-blog {
    display: none !important;
  }
}

.container-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 1;
}

.container-header > * {
  position: relative;
  z-index: 2;
}

.container-header p {
  font-family: "Inter" !important;
  color: white;
  margin: 30px 0;
}

.container-header p span {
  font-family: "Inter" !important;
  color: #8ac542;
}

.container-header .title {
  font-weight: bold;
  font-size: 55px;
}

.container-header .subtitle {
  font-weight: 500;
  font-size: 34px;
}

.container-header .description {
  font-weight: 400;
  font-size: 25px;
}

@media screen and (max-width: 430px) {
  .container-header {
    display: flex;
    flex-direction: column;
    /* width: 365px; */
    /* height: 750px; */
    gap: 10px;
    margin: 40px auto auto auto;
  }

  .container-overlay {
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .text-content {
    position: absolute;
    top: 120%;
    left: 46%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    z-index: 3;
    font-family: "Inter", serif;
    font-style: normal;
    width: 80%;
  }
}

.card-info-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* padding: 10px; */
}

.card-hr-header {
  border: 1px solid #ddd;
}

.info-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  height: 100%;
  border: 1px solid #868e96;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
  border-bottom: 1px solid #868e96;
}

.info-item:last-child {
  border-bottom: none;
}

.info-icon {
  color: #7ac143;
  font-size: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.info-text {
  display: flex;
  flex-direction: column;
}

.info-title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}

.info-subtext {
  font-size: 13px;
  color: #888;
}

/* Optional hover effect */
.info-item:hover {
  background-color: #f9f9f9;
}

/* ====== Testimonial Card ====== */
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 10px;
  /* width: 100%; */
  box-sizing: border-box;
}

/* ====== User Info Section ====== */
.user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.user-details {
  display: flex;
  flex-direction: column;
}

.user-name {
  font-weight: 600;
  font-size: 14px;
}

.user-car {
  font-size: 13px;
  color: #7ac143;
}

/* ====== Testimonial Text & Rating ====== */
.testimonial-text {
  font-size: 13px;
  height: 100px;
  overflow: hidden;
  color: #444;

  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}

.stars {
  color: #ffd700;
  font-size: 16px;
  margin-bottom: 10px;
}

/* ====== Testimonial Image ====== */
.testimonial-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

/* ====== Owl Carousel Overrides ====== */
.ulasan-carousel .owl-item img {
  width: 60px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

/* ====== Owl Carousel Navigation ====== */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  background: #7ac143 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.owl-nav button span {
  font-size: 20px;
  line-height: 35px;
}

.owl-dots {
  margin-top: 10px;
}

.testimonial-image {
  width: 100%;
  height: 150px;
  /* Atur sesuai keinginan */
  overflow: hidden;
  border-radius: 10px;
}

.testimonial-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 10px;
}

.first-title {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 550;
  text-align: center;
}

.last-title {
  font-size: 36px;
  color: #95cb53;
  text-align: center;
  font-weight: 550;
}

.container-info {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 30px 20px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 500px auto;
}

@media (max-width: 430px) {
  .container-info {
    margin: 40px auto 140px auto !important;
  }
}

.card-info {
  height: 480px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.card-info:hover {
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.img-card-info {
  width: 100%;
  height: 50%;
}

#category-battery-result {
  max-height: 380px;
}

.img-card-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.content-card-info {
  padding: 20px 35px;
  font-family: "Inter";
}

.content-card-info h5 {
  font-weight: 600;
  font-size: 28px;
  color: black;
}

.content-card-info p {
  font-weight: 500;
  color: #1e1e1e;
  font-size: 20px;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 430px) {
  .header-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .container-info {
    display: grid;
    grid-template-columns: auto auto;
  }
  .card-info {
    height: 220px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #9e9e9e;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }

  .content-card-info h5 {
    font-weight: 600;
    font-size: 12px;
    color: black;
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
  }
  .content-card-info p {
    font-weight: 500;
    height: 20px;
    color: #1e1e1e;
    margin-bottom: 0;
    font-size: 12px;
    overflow: hidden;
  }

  .content-card-info a {
    margin-bottom: 0;
    font-size: 12px;
  }

  .content-card-info {
    padding: 20px 5px;
    font-family: "Inter";
  }
}

.owl-carousel .owl-stage-outer {
  height: auto !important;
}

/* proses pemasangan aki */
.header-order-process {
  font-family: "Inter";
  text-align: center;
}

.first-title {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 550;
  text-align: center;
  letter-spacing: 6px;
  margin: 25px;
}

.last-title {
  margin: 25px;
  font-size: 36px;
  color: #95cb53;
  text-align: center;
  font-weight: 550;
}

.step-order-process {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 40px auto;
}

.box-step {
  font-family: "Inter";
  /* width: 400px; */
  height: 245px;
  padding: 20px 30px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: white;
  /* color: #95CB53; */
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.box-step:hover {
  color: white;
  background: #95cb53;
  border: none;
}

.box-step:hover .box-icon-step {
  background: white;
  color: #95cb53;
}

.box-step:hover .step-header p {
  color: white;
}

.box-step:hover .step-footer p {
  color: white;
}

.step-header {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.step-header p {
  margin-bottom: 0;
  font-size: 19px;
  margin-top: 0;
  font-weight: bold;
  color: #212121;
}

.box-icon-step {
  border-radius: 10px;
  padding: 7px;
  padding-bottom: 2px;
  color: white;
  background: #95cb53;
  margin-right: 10px;
}

.step-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.step-content p {
  font-size: 16px;
}

.step-footer p {
  color: #95cb53;
  font-weight: 500;
  font-size: 18px;
}

.container-order-process {
  background-color: #414042;
  padding: 50px 0 60px 0;
}

.header-order-process .description {
  width: 80%;
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  color: white;
  margin: 20px auto;
}

.container-review {
  font-family: "Inter" !important;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 0 auto;
  color: black;
}

.container-review .company {
  font-family: "Inter" !important;
  margin: 10px;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 500;
}

.container-review .title {
  font-family: "Inter" !important;
  margin: 10px;
  font-size: 55;
  font-weight: 500;
}

.container-review .description {
  font-family: "Inter" !important;
  margin: 10px;
  font-size: 55;
  font-weight: 300;
  color: rgba(65, 64, 66, 0.8);
}

.container-review a {
  font-family: "Inter" !important;
  display: flex;
  justify-content: left;
  gap: 20px;
  align-items: center;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 20px;
  background-color: #414042;
  border-radius: 20px;
  width: max-content;
  transition: all 0.3s ease-in-out;
}

.container-review a:hover {
  color: #8ec643;
}

.container-review a .material-symbols-outlined {
  transition: all 0.3s ease-in-out;
}

.container-review a:hover .material-symbols-outlined {
  transform: translateX(5px);
}

.decription-swiper .material-symbols-outlined {
  transition: all 0.3s ease-in-out;
}

.decription-swiper:hover .material-symbols-outlined {
  transform: translateX(5px);
}

.container-review .material-symbols-outlined {
  font-size: 30px;
}

.wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.image-bergerak {
  display: flex;
  flex-direction: column;
}

.image-bergerak-1 {
  animation: scrollUp var(--scroll-duration, 0s) linear infinite;
}

.image-bergerak-2 {
  animation: scrollDown var(--scroll-duration, 0s) linear infinite;
}

.image-bergerak img {
  width: 100%;
  height: 285px;
  border-radius: 20px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

/* Keyframes */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.product-list {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 40px auto;
}

.list-product {
  padding: 15px;
  width: 235px;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  font-family: "Inter";
  color: #000000;
  height: auto;
  transition: all 0.3s ease-in-out;
  background: white;
}

.list-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.list-product img {
  border-radius: 10px;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center;
}

.product-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin: 10px 0;
}

.product-price {
  font-weight: 700;
  font-size: 24px;
  margin: 15px 0;
}

.rating-and-sold {
  display: flex;
  margin: 0 7px 3px 7px;
  justify-content: space-between;
}

.rating {
  display: flex;
  width: auto;
  align-items: center;
}

.rating i {
  color: #ffc74a;
}

.rating p {
  margin: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.sold p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.discount-price p {
  min-height: 20px;
  max-height: 20px;
  color: #868e96ee;
  font-size: 16px;
  margin: 0;
  text-decoration: line-through;
  font-weight: 600;
}

.btn-lihat-produk {
  font-size: 15px;
  font-weight: 600;
  background-color: #95cb53;
  color: white;
  width: 100%;
  margin: auto;
  height: 42px;
  border-radius: 10px;
  border: none;
}

.rating-box {
  font-family: "Inter";
}

.product-swiper {
  width: 1051px;
  margin: auto;
  overflow: hidden;
  padding-top: 0;
}

.swiper-wrapper {
  display: flex;
}

.product-swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  width: 235px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: white;
}

.swiper-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* bottom: 450px; */
  /* left: 60%; */
  transform: translate(100%, -50px);
  width: 100%;
  max-width: 500px;
  gap: 20px;
  z-index: 10;
}
.product-pagination-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* bottom: 450px; */
  /* left: 60%; */
  transform: translate(100%, -90px);
  width: 100%;
  max-width: 500px;
  gap: 20px;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #95cb53;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: gray;
  opacity: 0.5;
  margin: 0 5px;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: black;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: gray;
  opacity: 0.5;
  margin: 0 5px;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: #95cb53;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
  font-size: 40px;
  font-weight: 500;
}

.decription-swiper {
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #95cb53;
  gap: 10px;
  border-radius: 20px;
  color: black !important;
  font-weight: bold;
  font-family: "Inter";
  font-size: 20px;
  width: 450px;
}

.decription-swiper .material-symbols-outlined {
  font-size: 30px;
}

.container-blog {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 40px auto;
}

.container-blog .company {
  font-family: "Inter" !important;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 500;
  margin-left: 13px;
}

.container-blog .title {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 45px;
  font-weight: 500;
}

.container-blog .description {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 20px;
  font-weight: 300;
}

.highlight-blog {
  background-color: rgba(149, 203, 83, 0.3);
  height: 92px;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #414042;
  font-weight: 500;
  padding: 0 50px;
}

.highlight-blog p {
  margin: 0;
}

.highlight-blog a {
  font-size: 20px;
  background-color: #414042 !important;
  color: #95cb53 !important;
}

.highlight-blog a span {
  color: #95cb53 !important;
}

.highlight-blog a .material-symbols-outlined {
  font-size: 30px;
}

#container-blog {
  grid-template-columns: 2fr 2fr 2fr;
  padding: 20px 15px;
  margin: 30px 0;
  gap: 30px;
}

.blog-box {
  border-radius: 20px;
  background-color: #f3f3f3;
  padding: 1px;
  transition: all 0.3s ease-in-out;
}

.blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.blog-box img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.blog-box div {
  padding: 10px 20px;
}

.blog-box div .badge {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px;
  color: #549900;
  background-color: rgba(149, 203, 83, 0.2);
  border-radius: 10px;
  margin: 15px 5px;
}

.blog-box div .title {
  font-size: 25px;
  font-weight: 600;
  color: #414042;
}

.blog-box div .description {
  font-size: 16px;
  font-weight: 400;
  color: #414042;
}

.blog-box div .btn {
  background-color: #95cb53;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
}

.card-mobile-bergerak {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  margin: 15px auto;
}

.card-mobile-bergerak .card-header {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.card-mobile-bergerak .card-header .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-right: 8px;
}

.card-mobile-bergerak .card-header .name {
  font-size: 14px;
  font-weight: 600;
  color: white !important;
}

.card-mobile-bergerak .card-body img.product {
  display: block;
  width: 100%;
  object-fit: cover;
  margin-top: 60px;
}

.card-mobile-bergerak .overlay-bergerak {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.card-mobile-bergerak .overlay-bergerak .stars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
}

.card-mobile-bergerak .overlay-bergerak .stars li {
  margin-right: 4px;
  font-size: 24px;
}

.card-mobile-bergerak .overlay-bergerak .text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
}

.buka {
  font-weight: 700;
  color: #549900;
}

.tutup {
  font-weight: 700;
  color: #ff223c;
}

@media (max-width: 768px) {
  .container-order-process {
    background-color: #414042;
  }

  .blog-box img {
    width: 100%;
  }

  .blog-box {
    max-width: 310px;
    margin: 15px auto;
    border-radius: 10px !important;
  }
  .first-title {
    font-size: 14px;
    color: white !important;
    font-weight: 500;
    text-align: left;
    letter-spacing: 5px;
    margin: 0px;
  }

  .last-title {
    font-size: 32;
    color: white !important;
    font-weight: 500;
    text-align: left;
    margin: 20px 0px 30px 0px !important;
  }

  .swiper-container {
    width: 100%;
    max-width: 300px;

    margin: auto;
    overflow: hidden;
  }

  .swiper-wrapper {
    display: flex;
  }

  .swiper-container .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    /* width: calc(100% - 20px) !important; */
    box-sizing: border-box;
    background: #95cb53;
    border: none;
  }

  .swiper-pagination-bullet-active {
    background: #95cb53;
    opacity: 1;
    width: 30px;
    border-radius: 15px;
    height: 9px;
  }

  .swiper-button-prev-mobile::after,
  .swiper-button-next-mobile::after {
    display: none;
  }

  /* .swiper-container-mobile {
            position: relative;
        } */

  .swiper-button-prev-mobile,
  .swiper-button-next-mobile {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 25px;
    color: white;
    cursor: pointer;
    background: rgba(65, 64, 66, 0.3);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .swiper-button-prev-mobile {
    left: 10px;
  }

  .swiper-button-next-mobile {
    right: 10px;
  }

  /* Pagination style */
  .swiper-pagination-mobile {
    position: absolute;
    bottom: -40px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-icon-step {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    padding: 0 !important;
  }

  .box-icon-step .material-symbols-outlined {
    font-size: 20px;
    color: #95cb53;
  }

  .step-header p {
    color: white;
  }

  .step-content p {
    display: block;
    color: white;
  }

  .box-step {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .step-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
  }

  .container-review {
    grid-template-columns: 2fr;
    width: 100%;
    gap: 0;
  }

  .container-review .background-mobile {
    position: relative;
    height: 350px;
    background-image: url("../img/tahap\ 1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .background-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .background-mobile > * {
    position: relative;
    z-index: 2;
  }

  .container-review .company {
    width: max-content;
    font-size: 14px;
    margin-bottom: 40px;
    color: white;
    margin-top: 20px;
  }

  .container-review .title {
    font-size: 32px;
    /* width: 310px; */
    margin: auto;
    text-align: center;
    color: white;
    margin-top: 70px;
  }

  .container-review .title span {
    color: #95cb53;
  }

  .container-review .badge-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #95cb53;
    padding: 20px 0 40px 0;
  }

  .container-review .badge-mobile p {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .container-image-bergerak .mobile {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }

  .container-image-bergerak .company {
    margin: 10px 0;
    color: black;
  }

  .container-image-bergerak .title {
    margin: 20px 0;
    text-align: left;
    color: black !important;
  }

  .container-wrapper {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 2) 97%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 2) 97%,
      rgba(0, 0, 0, 0)
    );
    gap: 10px !important;
  }

  .container-wrapper .wrapper {
    width: 160px;
  }

  .container-wrapper .wrapper:first-child {
    margin-left: 20px;
  }

  .image-bergerak img {
    width: 160px;
    height: 220px;
  }
  .header-order-process {
    padding-left: 20px !important;
  }

  .header-order-process .first-title {
    font-size: 14px;
  }

  .header-order-process .last-title {
    font-size: 32px !important;
  }

  #container-product-list-mobile {
    display: grid;
    grid-template-columns: 2fr 2fr;
    width: 330px;
    margin: auto;
    gap: 10px;
  }

  .list-product {
    width: auto !important;
  }

  .list-product img {
    height: 130px !important;
    width: 130px !important;
  }

  .product-title {
    font-size: 16px !important;
  }

  .product-price {
    font-size: 18px;
  }

  .list-product .rating-box p {
    font-size: 12px;
  }

  .btn-lihat-produk {
    font-size: 12px !important;
    height: 30px !important;
    border-radius: 5px !important;
    border: none;
  }

  .lihat-produk-lain {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lihat-produk-lain a {
    text-align: center;
    font-size: 16px;
    color: #95cb53;
  }

  .lihat-produk-lain a .material-symbols-outlined {
    font-size: 25px;
    color: #95cb53;
  }

  .container-blog {
    grid-template-columns: 2fr;
    width: 100%;
    gap: 0;
    margin: 0;
  }

  .header-container-blog-mobile {
    max-width: 1140px;
    width: 100%;
    gap: 0;
    margin: 50px auto;
    padding: 0 16px;
  }

  .container-blog .company {
    width: max-content;
    font-size: 16px;
    color: #414042;
    margin-top: 20px 0 !important;
    margin-bottom: 10px;
  }

  .container-blog .title {
    font-size: 28px;
    text-align: left;
    color: #414042;
    /* margin: 10px 11px 10px 11px; */
  }

  #container-blog {
    grid-template-columns: 2fr;
    padding: 0;
    gap: 0 !important;
  }

  #container-blog .blog-box {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
  }

  .blog-box div {
    padding: 10px 0;
  }

  .container-order-process.step {
    background-color: white !important;
  }

  .container-order-process.step .first-title,
  .container-order-process.step .last-title {
    color: black !important;
  }

  .swiper-button-disabled {
    color: grey;
  }

  .btn-pesan-sekarang {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 20px;
    background-color: #95cb53;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
  }

  .card-mobile-bergerak .overlay-bergerak {
    padding-bottom: 20px;
  }
  .card-mobile-bergerak .card-header {
    top: 5px;
    left: 1px;
  }
  .card-mobile-bergerak .card-header .name {
    font-size: 12px;
  }

  .card-mobile-bergerak .card-header .stars {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 14px;
  }

  .card-mobile-bergerak .card-header .stars li {
    margin-right: 4px;
    font-size: 10px;
  }
}
