html {
  scroll-behavior: smooth;
}
.banner-1,
.banner-1:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat; 
}
#banner {
    background-color: #0a67c4;
  }
  #banner .container {
    padding-top: 72px;
  }
  #banner h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #banner h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
  }
.banner-1:after { 
    background: #0a67c4; 
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #hero {
    width: 100%;
    height: 80vh;
    background: #343A40;
  }
  #hero .container {
    padding-top: 72px;
  }
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
  }
  #hero .btn-get-started {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    text-decoration: none;
    color: #fff;
    background: #1b1b1b;
  }
  #hero .btn-get-started:hover {
    background: #faa1bd;
  }
  #hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
  }
  #hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
  }
  #hero .btn-watch-video:hover i {
    color: #47b2e4;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  @media (max-width: 991px) {
    #hero {
      height: 100vh;
      text-align: center;
    }
    #hero .animated {
      -webkit-animation: none;
      animation: none;
    }
    #hero .hero-img {
      text-align: center;
    }
    #hero .hero-img img {
      width: 50%;
    }
  }
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
    #hero .hero-img img {
      width: 70%;
    }
  }
  @media (max-width: 575px) {
    #hero .hero-img img {
      width: 80%;
    }
    #hero .btn-get-started {
      font-size: 16px;
      padding: 10px 24px 11px 24px;
    }
  }
  
  @-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  .gambar-baru {
    background-color: #3a3a3a;
    background: rgba(255, 255, 255, 0.034); /* Green background with 30% opacity */
    color: white;
  }
  .font-white {
    color: white;
  }
  .footer-background  {
    background: rgba(255, 255, 255, 0.034);
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
  }
  .contact .info .social-links {
    padding-left: 60px;
  }
  
  .contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
  }
  
  .contact .info .social-links a:hover {
    background: #0ba306b7;
    color: #fff;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #0ba306b7;
    color: #fff;
  }
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0ba306b7;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #0ba306b7;
    color: #fff;
    text-decoration: none;
  }
  .footer {
    background-color: #fff;
    padding: 60px 0 30px 0;
  }
  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }
  
  #footer .copyright {
    float: left;
  }
  
  #footer .credits {
    float: right;
    padding-left: .5rem;
    font-size: 13px;
  }
  
  #footer .credits a {
    transition: 0.3s;
  }
  @media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #footer .copyright, #footer .credits {
      text-align: center;
      float: none;
    }
    #footer .credits {
      padding-top: 4px;
    }
  }
  .footer-end{
    background-color: #343A40;
    color: white;
  }
  .order-button {
    display: block;
    text-align: center;
    background: #343a40;
    border-radius: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s;
}

.konfirmasi-button {
  background: #343a40;
  border-radius: 40px;
  color: white;
  padding: 10px;
  border-radius: 33px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  height: auto;
  width: 150px;
  display: block;
}

.pesan-button {
  display: block;
  text-align: center;
  background-color: #343a40;
  border-radius: 20px;
  color: white;
  padding: 2px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  width: 200px;
  transition: background 0.3s;
}
.order-button-order {
  display: block;
  text-align: center;
  background: #343a40;
  border-radius: 20px;
  color: white;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 11px;
  transition: background 0.3s;
  height: auto;
  width: 220px;
}
.checkout-button {
  display: block;
  text-align: center;
  background: #2d3236;
  border-radius: 20px;
  color: white;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
  transition: background 0.3s;
  height: auto;
  width: 150px;
}
.tutup-button {
  display: block;
  text-align: center;
  background: #343a40;
  border-radius: 20px;
  color: white;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
  transition: background 0.3s;
  height: auto;
  width: 100px;
}

.order-button:hover {
    background: #3d444a; 
}

.order-button:active {
    background: #3d444a;
}
.order-button.disabled {
    background: gray;
    cursor: not-allowed;
    pointer-events: none;
}


/* Mengatur efek hover dan fokus */
.checkout-button:hover,
.checkout-button:focus  {
  color: white;
  background-color: #000000;
}

.konfirmasi-button:hover,
.konfirmasi-button:focus,
.order-button:hover,
.order-button-order:hover,
.find-out-more-button:hover,
.order-button:focus,
.order-button-order:focus,
.find-out-more-button:focus {
    color: white; /* Pastikan teks tetap putih saat hover/focus */
    background-color: #faa1bd; /* Warna saat hover/focus (sesuaikan) */
    outline: none; /* Menghapus outline biru saat fokus */
}

/* Menghilangkan efek biru pada klik (active state) */
.checkout-button:active {
  background-color: #2a2a2a;
}
.konfirmasi-button:active,
.order-button:active,
.order-button-order:active,
.find-out-more-button:active {
    background-color: #faa1bd; /* Warna saat diklik (sesuaikan) */
}
.nav-link {
  color: white;
}
        /* Styling nav-pills */
        .nav-pills {
          width: 220px;
      }

      .nav-pills .nav-link {
          background: none;
          color: #7b6c7d; /* Warna abu-abu */
          font-weight: 500;
          padding: 12px 16px;
          border-radius: 6px;
          transition: all 0.2s ease-in-out;
      }

      .nav-pills .nav-link.active {
          background-color: #d75fff; /* Biru Bootstrap */
          color: white;
      }

      .nav-pills .nav-link:hover {
          background-color: rgba(221, 69, 255, 0.2);
      }

      /* Styling tab content */
      .tab-content {
          padding: 24px;
          width: 100%;
      }

      /* Layout container */
      .custom-container {
          background-color: #f8f9fa; /* bg-light */
          padding: 24px;
          border-radius: 10px;
          display: flex;
          max-width: 1200px;
          margin: auto;
          margin-top: 50px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }

      /* Styling card produk */
      .card {
          border: 1px solid #ddd;
          border-radius: 8px;
          overflow: hidden;
      }

      .card img {
          height: 180px;
          object-fit: cover;
      }
      .card-img-top {
  width: 50%;          /* Gambar mengikuti lebar card */
  height: 200px;        /* Sesuaikan tinggi gambar */
  object-fit: cover;    /* Memastikan gambar proporsional tanpa melar */
  border-radius: 8px;   /* (Opsional) Membuat sudut gambar lebih halus */
}


  /* Memberikan jarak antar produk */
  .product-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; /* Membuat card tetap memiliki tinggi konsisten */
  }

  /* Mengatur card supaya memiliki tinggi tetap */
  .card {
      height: 100%;
  }

  /* Menyesuaikan teks dan tombol supaya teratur dalam card */
  .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  /* Menambahkan margin bawah di produk untuk ruang lebih */
  .product-name {
      margin-bottom: 1rem;
  }

  .product-price {
      margin-bottom: 1rem;
  }

  /* Status produk, memastikan tampilannya tidak terlalu besar */
  .product-status {
      margin-bottom: 1rem;
  }

  /* Menyesuaikan tombol */
  .order-button {
    border-radius: 20px;
      margin-top: auto;
      font-size: 12px; /* Ukuran teks lebih kecil */
    padding: 5px 10px; /* Mengurangi ruang dalam tombol */
    height: auto; /* Menghindari ukuran tombol tetap besar */
    line-height: 2.5; /* Menyesuaikan tinggi teks dalam tombol */
  }

  /* Tampilan responsive untuk ukuran layar kecil */
  /* Mengatur warna tombol menjadi pink */
  .btn.custom-btn {
    background-color: #f7a7c0;
    color: white;
}

/* Menambahkan hover effect untuk tombol */
.btn.custom-btn:hover {
    background-color: #f497b0;
}

/* Membuat container lebih lebar */
.container-fluid {
    max-width: 95%; /* Anda bisa mengubah nilai ini sesuai kebutuhan */
}
.navbar {
  background-color: #f8e1e7 !important; /* Soft pink */
}

.navbar .nav-link {
  color: #dadada !important; /* Abu-abu soft */
  font-weight: 500 ;
}

.navbar .nav-link:hover {
  color: #f497b0 !important; /* Pink lebih gelap */
}
.text-pink {
  color: #f497b0; /* Warna pink yang umum */
}
    /* Styling New Arrival */
    .new-arrival {
      text-align: center;
      padding: 40px 20px;
      background: #f9f9f9;
  }

  .new-arrival h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
  }

  .product-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
  }

  .product-card {
      background: #fff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: auto;
      height: auto;
      transition: transform 0.3s ease-in-out;
  }

  .product-card:hover {
      transform: translateY(-5px);
  }

  .product-image {
    width: 50%;          /* Gambar mengikuti lebar card */
    height: 150px;        /* Sesuaikan tinggi gambar */
    object-fit: cover;    /* Memastikan gambar proporsional tanpa melar */
    border-radius: 8px;   /* (Opsional) Membuat sudut gambar lebih halus */
  }

  .product-name {
      font-size: 18px;
      margin: 10px 0;
      color: #555;
  }

  .product-price {
      font-size: 16px;
      font-weight: bold;
      color: #343a40;
  }

  .product-status {
      padding: 5px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: bold;
  }

  .product-status.ready {
      color: #4CAF50;
  }

  .product-status.sold-out {
      color: #FF5722;
  }
  /* Styling untuk Find Out More Button */
.find-out-more-container {
text-align: center; /* Tengah */
margin-top: 20px; /* Jarak di atas */
}

.find-out-more-button {
display: inline-block; /* Agar tombol berbentuk seperti button dan inline */
background-color: #f7a7c0; /* Warna pink muda */
color: white;
padding: 12px 20px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: background-color 0.3s ease;
}

.find-out-more-button:hover {
background-color: #f497b0; /* Warna lebih gelap saat hover */
}

.find-out-more-button:active {
background-color: #515151; /* Warna lebih gelap saat di-klik */
}
a {
color: inherit; /* Mengambil warna dari elemen induk */
text-decoration: none; /* Menghilangkan garis bawah pada link */
}
/* Untuk link dengan kelas order-button atau find-out-more-button */
.find-out-more-button {
  color: white; /* Pastikan warna teks tetap putih */
  text-decoration: none; /* Menghilangkan garis bawah pada link */
  background-color: #ff6e9c; /* Sesuaikan dengan warna background tombol */
  transition: background-color 0.3s, color 0.3s; /* Transisi untuk perubahan */
}
.button-container {
  display: flex;
  justify-content: flex-end;  /* Memposisikan semua tombol ke kanan */
  width: 100%; /* Memastikan container mengambil lebar penuh */
}


@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.invoice-header {
  font-size: 20px;
  color: #7e8d9f;
}

.company-logo {
  color: #8f8061;
}

.invoice-status .badge {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
}


.total-amount {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
@media print {
  /* Sembunyikan seluruh elemen kecuali invoice */
  body * {
      visibility: hidden;
  }

  #invoiceCard, #invoiceCard * {
      visibility: visible;
  }

  /* Atur layout invoice agar tetap dalam satu halaman */
  #invoiceCard {
      display: block;
      width: 100%;
      max-width: 183mm; /* Lebar A4 */
      height: 283mm; /* Tinggi ketat agar sesuai dengan halaman A4 */
      margin: 0;
      padding: 0;
      box-shadow: none;
      overflow: hidden; /* Menghindari konten keluar */
      position: relative;
      page-break-inside: avoid; /* Hindari pemisahan halaman dalam */
      break-before: avoid; /* Hindari pemecahan halaman sebelum invoice */
      break-after: avoid;  /* Hindari pemecahan halaman setelah invoice */
      margin-top: 0; /* Pastikan tidak ada jarak atas */
      padding-top: 0; /* Pastikan tidak ada padding atas */
  }

  /* Atur ukuran halaman cetak */
  @page {
      size: A4 portrait;
      margin: 5mm; /* Margin kecil untuk mencegah elemen keluar dari batas */
      orphans: 0;
      widows: 0;
      padding: 0;
  }

  /* Untuk memastikan tidak ada jarak yang tidak diinginkan */
  body {
      margin: 0;
      padding: 0;
  }

  /* Pastikan semua elemen terpusat dan tidak ada offset vertikal */
  #invoiceCard {
      padding: 0;
      box-sizing: border-box;
      position: absolute; /* Posisikan elemen di atas halaman */
      top: 0; /* Pastikan elemen mulai dari atas halaman */
  }

  /* Untuk mode lanskap */
  @media print and (orientation: landscape) {
      @page {
          size: A4 landscape;
          margin: 5mm;
      }

      #invoiceCard {
          max-width: 297mm; /* Lebar A4 dalam lanskap */
          max-height: 210mm; /* Tinggi A4 dalam lanskap */
      }
  }
}



/* Tombol Transparan */
.btn-transparent {
background-color: transparent;
border: 1px solid #ffffff; /* Warna border tombol */
color: #ffffff; /* Warna teks dan ikon */
}

/* Efek hover tombol */
.btn-transparent:hover {
background-color: rgba(255, 255, 255, 0.1); /* Efek hover dengan latar belakang ringan */
border-color: #ffffff; /* Warna border saat hover */
}

/* Gaya tombol saat diklik (aktif) */
.btn-transparent:active {
background-color: #ffffff; /* Latar belakang saat aktif */
color: white; /* Ubah warna teks dan ikon saat aktif */
border-color: #ffffff; /* Ubah warna border saat aktif */
box-shadow: none; /* Hilangkan bayangan jika ada */
}

/* Gaya ikon untuk tombol */
.btn-transparent i {
margin-right: 8px; /* Memberikan jarak antara ikon dan teks */
}
@media (max-width: 586px) { /* Untuk layar HP */
  body {
      font-size: 14px; /* Ukuran font default lebih kecil */
  }

  .invoice-header,
  .fw-bold,
  .fw-lighter,
  .text-muted,
  .product-name,
  .product-price,
  .breadcrumb-item a {
      font-size: 12px !important; /* Mengecilkan hanya teks */
  }

  .total-amount h4 {
      font-size: 14px !important; /* Perkecil total harga */
  }

  /* Pastikan tombol tetap besar */
}


