/* =========================
   HOME — PRODUK UNGGULAN (CARD)
   (biar gambar gak gede & card rapi)
========================= */
.produk-unggulan{
  background: #f3fbf4;
  padding: 60px 12px;
  text-align: center;
}

.produk-unggulan h2{
  font-size: 28px;
  font-weight: 800;
  color: #1b4332;
  margin-bottom: 22px;
}

.produk-grid{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px){
  .produk-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px){
  .produk-grid{ grid-template-columns: 1fr; }
}

.produk-grid .produk-card{
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.produk-grid .produk-card img{
  width: 100%;
  height: 300px;           
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 12px;
}

.produk-grid .produk-card h3{
  margin: 0 0 6px;
  font-weight: 800;
  color: #2e7d32;
  font-size: 1.05rem;
}

.produk-grid .produk-card p{
  margin: 0;
  color: #555;
  font-weight: 600;
}


/* =========================
   HOME — TESTIMONI (MASUK BOX)
========================= */
.testimoni{
  background: #eaf6ec;
  padding: 70px 12px;
  text-align: center;
}

.testimoni h2{
  font-size: 28px;
  font-weight: 800;
  color: #1b4332;
  margin-bottom: 26px;
}

.testi-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px){
  .testi-wrapper{ grid-template-columns: 1fr; }
}

.testi-box{
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  text-align: center;
}

.testi-box p{
  margin: 0 0 14px;
  color: #444;
  font-style: italic;
  line-height: 1.5;
}

.testi-box h4{
  margin: 0;
  color: #2e7d32;
  font-weight: 800;
}


/* =========================
   HOME — INFO TOKO (MASUK 3 BOX)
========================= */
.info-toko{
  background: #f3fbf4;
  padding: 70px 12px;
  text-align: center;
}

.info-toko h2{
  font-size: 28px;
  font-weight: 800;
  color: #1b4332;
  margin-bottom: 26px;
}

.info-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px){
  .info-wrapper{ grid-template-columns: 1fr; }
}

.info-box{
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.info-box h3{
  margin: 0 0 10px;
  font-weight: 800;
  color: #1b4332;
}

.info-box p{
  margin: 0 0 8px;
  color: #444;
  font-weight: 500;
}

/* =========================
   PRODUK PAGE (BOOTSTRAP CARD FIX)
========================= */

/* bikin card bener2 rapi + tombol selalu di bawah */
.produk-card{
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* paksa tinggi gambar sama semua */
.produk-img{
  width: 100%;
  height: 250px;          
  object-fit: cover;    
  display: block;
}


.produk-card .card-body{
  display: flex;
  flex-direction: column;
  flex: 1;                
  text-align: center;
}

.produk-card .card-title{
  font-weight: 800;
  color: #2e7d32;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* harga */
.produk-card .card-text{
  font-weight: 600;
  color: #444;
}

/* tombol */
.produk-card .btn{
  margin-top: auto;
  font-weight: 700;
  border-radius: 10px;
}

/* GALERI */

.galeri{
  background: #f3fbf4;
  padding: 60px 12px;
  text-align: center;
}

.galeri h2{
  font-size: 28px;
  font-weight: 800;
  color: #1b4332;
  margin-bottom: 22px;
}

/* grid */
.galeri-grid{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 992px){
  .galeri-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px){
  .galeri-grid{ grid-template-columns: 1fr; }
}

/* item box */
.galeri-item{
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  overflow: hidden;
}


.galeri-item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* =========================
   ABOUT / TENTANG KAMI — LAYOUT FIX
========================= */
.about-section{
  background: #f3fbf4;
  padding: 70px 12px;
}

.about-container{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 0.8fr; /* teks lebih lebar */
  align-items: center;
}

.about-text{
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}

.about-text h2{
  font-size: 32px;
  font-weight: 900;
  color: #1b4332;
  margin: 0 0 14px;
}

.about-text p{
  margin: 0 0 14px;
  color: #2d2d2d;
  line-height: 1.7;
}

.about-image{
  display: flex;
  justify-content: center;
}

.about-image img{
  width: 100%;
  max-width: 360px;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

@media (max-width: 992px){
  .about-container{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-text{
    text-align: center;
  }
  .about-image img{
    max-width: 420px;
    height: 380px;
  }
}

.kontak-wrapper{
  max-width: 800px;
  margin: 32px auto;
  padding: 0 12px;
}

.kontak-wrapper form{
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.kontak-wrapper input,
.kontak-wrapper textarea{
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 12px; /* biar gak nempel */
}

.kontak-wrapper button{
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #2e7d32;
  color: #fff;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}

