@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  color: black;
}
/* Container untuk memastikan elemen di tengah */
.responsive-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

/* Kartu responsif */
.responsive-card {
    border-radius: 0.5em;
    width: 100%;
    max-width: 560px;
    background-color: #fff;
    font-size: 1.1em;
    padding: 1rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Konten kartu */
.responsive-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Input grup */
.responsive-input-group {
    display: flex;
    flex-direction: column;
}

/* Label */
.responsive-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

/* Input */
.responsive-input {
    width: 100%;
    border-radius: 0.4em;
    padding: 0.5rem;
    border: 1px solid #ccc;
    font-size: 1rem;
}

/* Tombol */
.responsive-button {
    width: 100%;
    border-radius: 0.4em;
    padding: 0.7rem;
    background-color: #004933;
    color: white;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-align: center;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .responsive-card {
        font-size: 1em;
        padding: 0.8rem;
    }

    .responsive-input {
        font-size: 0.9rem;
    }

    .responsive-button {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
}

/* Responsif untuk layar sangat kecil */
@media (max-width: 480px) {
    .responsive-card {
        padding: 0.6rem;
    }

    .responsive-input {
        font-size: 0.8rem;
    }

    .responsive-button {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
}

.jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.frank {
  font-family: "Frank Ruhl Libre", serif;
}
.product-title {
  font-size: 30px !important;
}

.tiga {
  padding-left: 3rem;
}
.btn-success {
  color: #fff;
  background-color: #1c6047;
  border-color: #1c6047;
  border-radius: 40px;
  padding: 12px 24px;
  font-weight: 500;
}
.btn-outline-success {
  color: #1c6047;
  border-color: #1c6047;
  border-radius: 37px;
  padding: 12px 24px;
  font-weight: 500;
}
.bg-green {
  background-color: #164635;
}
.bg-green-2 {
  background-color: #1c6047;
}

.bg-green h3 {
  color: white;
  font-weight: 300;
}

.bg-base {
  background-color: #e3f4e1;
}

.navbar-expand-lg .navbar-nav {
  gap: 29px;
}

.bi-search,
.bi-bag {
  font-size: 20px;
  color: #1f2937;
}

/* Base navbar styles */
#navbar {
  transition: all 0.3s ease;
  padding: 10px 18px;
  background-color: white;
}
#navbar .nav-link {
  font-size: 18px;
}
#navbar .active {
  color: #1c6047;
  font-weight: bold;
}
#navbar.shrink {
  padding: 5px 0;
}

#navbar.shrink .navbar-brand img {
  width: 140px;
  transition: width 0.3s ease;
}

.bg-base h1 {
  font-size: 60px;
}

.product-1 {
  width: 40rem;
}
.bg-base .mx-12 {
  padding-left: 130px;
  padding-right: 0px;
  padding-top: 1rem;
}
.bg-base h1 {
  font-weight: 400;
  font-size: 4rem;
  color: #1c6047;
}
.bg-base h2 {
  font-size: 65px;
  font-weight: bold;
}
.px-12 {
  padding-left: 120px;
}

.tiga h1 {
  font-size: 60px;
}
.tiga div {
  padding: 2rem;
}

.tiga p {
  font-size: 18px;
}
.lima h1 {
  font-size: 80px;
  padding-right: 40rem;
}
.lima {
  border-radius: 20px !important;
}

.card-testi {
  border: 1px solid #ffffff; /* White border */
  border-radius: 20px; /* Rounded corners */
  padding: 18px;
  font-size: 23px;
  text-align: center;
  margin: 20px auto;
}
.bi-arrow-left-circle,
.bi-arrow-right-circle {
  color: white;
  font-size: 60px;
  font-weight: 300;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-content {
  display: flex;
  transition: transform 0.5s ease;
  gap: 15px;
}

.card-testi {
  flex: 0 0 calc(100% / 1);
  text-align: center;
  border-radius: 10px;
  border: 1px solid white;
  padding: 20px;
}

button:disabled i {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.banner img {
  width: 200px !important;
}
.banner {
  margin-top: -150px;
}
.banner h1 {
  font-size: 2rem;
  font-weight: 500;
}
.banner h5 {
  font-weight: 400;
}

.banner .frank {
  font-size: 3rem;
  color: black;
  font-weight: bold;
}
.bg-white {
  background-color: #fafafa !important;
  height: 20rem;
  padding: 7rem;
  width: 56rem;
  margin-left: -30px;
  padding-right: 15rem;
}
.footer-padding {
  padding: 60px;
}

/* .list-unstyled li a {
  font-style: none !important;
} */

.list-unstyled li a {
  font-style: none !important;
  text-decoration: none !important;
  font-size: 22px !important;
  line-height: 38px !important;
}

.spacing {
  line-height: 2.5rem;
}

.pe-12 {
  padding-right: 14rem;
}

.top-0 {
  top: -150px !important;
}

.empat h1 {
  font-size: 65px;
  font-weight: bold;
}

.text-success {
  color: #1b6e4f;
}
.empat .arrow {
  padding-right: 5rem;
}
.empat i {
  font-size: 20px;
  font-weight: bold;
}

/* .card-product img{
  width: 18rem !important;
} */
.card-product h2 {
  font-size: 38;
  text-align: center;
}
.card-product p {
  font-size: 19px;
  color: #989898;
  text-align: center;
  padding: 0px 50px;
}
.card-body-product {
  align-items: center;
}

.px-10 {
  margin: 0px 4rem;
}

.btn:focus {
  outline: none;
  box-shadow: none; /* Removes any shadow Bootstrap might add */
}

.hover-scale {
  transition: transform 0.3s ease-in-out;
}
.hover-scale:hover {
  transform: scale(1.1);
}

.step-2 .p-12 {
  padding-left: 6rem;
}
.step-2 h2 {
  font-size: 36px;
}
.step-3 h3 {
  font-weight: 400;
  font-size: 24px;
}
.step-3 h2 {
  line-height: 50px;
}
.step-3 .bg-white {
  width: 70rem;
}

.custom-section {
  gap: 10px; /* Menambah jarak antara elemen di dalam section */
}

.left-image img {
  width: 60%;
}

.text-content {
  margin: 0 10px;
  margin-left: -84px;
}
.text-content ul li {
  font-size: 30px;
}
.text-green {
  font-weight: bold;
  color: #1c6047;
}
.right-image img {
  width: 80%; /* Menyesuaikan ukuran gambar kanan */
}
.ms-8rem {
  margin-left: 8rem !important;
}
.botol-image {
  width: 550px;
}
.find-pd {
  padding-right: 20rem !important;
  padding-top: 8rem !important;
}
.botol-image-2 {
  display: none;
}
.model-botol {
  width: 400px;
}
.bg-grey {
  background-color: #fafafa;
  margin: 5rem;
  border-radius: 14px;
  padding: 5rem;
}
.empat {
  margin: 0 4rem;
}
.shampo-s {
  display: block;
}
.step1 .bg-white {
  margin-top: 5rem;
}
.step-4 .image-step-4 {
  width: 30%;
}

@media (max-width: 768px) {
    .footer-padding {
        padding: 20px;
    }
  .step-3 .shampo-base {
    width: 80%;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;

  }
  .step-3 {
    text-align: center;
}
  .step-4 .text-content ul li {
    font-size: 24px;
  }
  .step-4 .image-step-4 {
    width: 90%;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
  .step-4 .text-content {
    margin-left: 0px;
    padding: 1rem;
  }
  .step-4 {
    flex-direction: column-reverse !important;
  }
  .step-3 .p-5 {
    padding: 0px !important;
  }
  .step1 .bg-white {
    background-color: #fafafa !important;
    height: 12rem;
    padding: 1rem;
    margin-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .step-3 .bg-white {
    padding: 2rem !important;
    width: 100% !important;
    height: 12rem !important;
  }
  .banner-sampo-radius {
    border-top-left-radius: 3.5rem;
  }
  .step-2 {
    flex-direction: column-reverse !important;
  }
  .step-2 img {
    width: 100%;
  }
  .text-center .title-banner {
    margin-top: 200px;
  }
  .banner h1 {
    font-size: 1rem;
  }
  .step1 {
    flex-wrap: wrap;
  }
  section .bg-white {
    margin-left: 0;
    padding-right: 0;
  }
  .step-3 .bg-white {
    width: 18rem;
  }
  .bg-grey {
    margin: 1rem;
    padding: 1rem;
  }
  .step-2,
  .step-3,
  .step-4 {
    display: flex;
    flex-direction: column;
  }
  .title-banner {
    font-size: 30px;
  }
  .shampo-s {
    display: none !important;
  }
  /* .banner h1 {
    padding-top: 100px;
  } */
  .banner .frank {
    font-size: 24px;
  }
  .step-2 h2 {
    font-size: 24px;
    margin-right: 1rem;
  }
  .step-2 .p-12 {
    padding-left: 1rem;
  }
  .banner h5 {
    font-size: 20px;
  }
  .tiga h1 {
    font-size: 30px !important;
  }
  .empat {
    padding-top: 40px;
    margin: 0 2rem;
  }
  .tiga .find-pd {
    padding: 0px;
  }

  .bg-base h1 {
    font-size: 2.5rem;
  }
  .bg-base h2 {
    font-size: 35px;
  }
  .pe-12 {
    padding-right: 1rem;
    margin-right: 0px;
  }
  .ms-8rem {
    margin-left: 2rem !important;
  }
  .bg-base .border {
    display: none;
  }
  .tiga img {
    display: none;
  }
  .lima h1 {
    padding-right: 1rem;
  }
  section .card-product {
    flex-direction: column;
  }
  .empat h1 {
    font-size: 40px;
    font-weight: bold;
  }
  .card-testi {
    font-size: 18px;
  }

  .btn-outline-success {
    padding: 3px 20px;
    font-size: 12px;
  }
  .botol-image {
    width: 300px;
  }

  section.d-flex.mb-6.align-items-start {
    flex-direction: column;
  }

  .find-pd {
    padding-right: 2rem !important;
    padding-top: 1rem !important;
  }
  .px-12 {
    padding-left: 0px;
  }

  .lima h1 {
    font-size: 24px;
  }
  .bg-green-2 {
    margin: 1rem !important;
  }

  .container .sec-1 {
    padding-top: 200px !important;
  }
  .botol-image-1 {
    display: none;
  }
  .botol-image-2 {
    display: block;
    width: 20rem;
  }

  .model-botol {
    width: 300px;
  }
  .banner img {
    width: 75px !important;
  }
  .tiga {
    padding-right: 0px;
  }
  .result-1 p {
    padding: 0 1rem !important;
  }
  .divider {
    margin: 0 1rem !important;
  }
  .section-header p {
    padding: 0 1rem !important;
  }
}

.step1 {
  display: flex !important;
  flex-direction: row !important;
}

@media (min-width: 768px) {
    .container  .text-white{
        font-size: 24px;
    }
  .model-botol {
    margin-top: 20px;
    padding-top: 10px;
  }

  .tiga img {
    margin-top: 0 !important;
  }

  .card-body-product h2 {
    font-size: 1.25rem; /* Perkecil ukuran teks pada layar kecil */
  }
  .lflower {
    display: none; /* Sembunyikan elemen dekorasi di layar sangat kecil */
  }
  section.px-10.empat.position-relative {
    margin: 0 2rem !important;
  }
}

@media (min-width: 768px) {
  .card-testi {
    flex: 0 0 calc(100% / 2); /* 2 kartu terlihat (tablet) */
  }
}

@media (min-width: 1200px) {
  .card-testi {
    flex: 0 0 calc(100% / 3);
  }
}

.image-item {
  width: 100%; /* Default responsif di mobile */
  max-width: 300px; /* Atur ukuran maksimum */
  aspect-ratio: 3 / 4; /* Rasio di mobile */
  object-fit: cover; /* Sesuaikan gambar tanpa distorsi */
  border-radius: 8px; /* Tambahkan sudut melengkung (opsional) */
}

/* Untuk Desktop */
@media (min-width: 768px) {
  .image-item {
    height: 400px; /* Tinggi tetap untuk desktop */
    width: auto; /* Lebar menyesuaikan */
    aspect-ratio: unset; /* Nonaktifkan rasio aspek */
  }
}

.result-1 p {
  color: gray;
  font-size: 20px;
  padding: 0 13rem;
}

.hair-profile {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.hair-profile h4 {
  font-weight: bold;
  color: #004d25; /* Sesuaikan dengan warna dari gambar */
  margin-bottom: 20px;
}
.divider {
  border-left: 1px solid #ddd;
  height: 40px;
  margin: 0 4rem;
}
.profile-section {
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  margin-bottom: 12px;
}
.profile-value {
  font-weight: bold;
  font-size: 24px;
}
.description {
  margin-top: 20px;
  font-size: 0.95rem;

  line-height: 1.6;
  text-align: justify;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h1 {
  color: #004d25;
  font-weight: bold;
}
.section-header p {
  color: #808080;
  font-size: 18.4px;
  margin-top: 20px;
  padding: 0 15rem;
}

.product-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 20px;
}
.product-card h5 {
  font-weight: bold;
  margin-top: 10px;
  color: #004d25;
}
.product-card p {
  font-size: 1.03em;
  color: #777;
  margin: 20px 0;
  padding: 0 15px;
}
.btn-buy {
  background-color: #004d25;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.btn-buy:hover {
  background-color: #006b33;
}
.bg-small-green {
  background-color: #e4fae2;
}
