body{
    font-family: Arial, sans-serif;
    background: #f5fff4;
    color: #333;
}
section{
    padding: 70px 0;
}
.title{
    font-weight: bold;
    color: #1b5e20;
}
.navbar{
    background: #1b5e20;
}
.navbar-brand{
    font-size: 28px;
    font-weight: bold;
    color: white !important;
}
.nav-link{
    color: white !important;
    margin-left: 15px;
    transition: 0.3s;
}
.nav-link:hover{
    color: #c8ffb0 !important;
}
.hero{
    min-height: 100vh;
    background:
    linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
    url('gambar/toko.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
}
.hero h1{
    font-size: 60px;
    font-weight: bold;
}
.hero p{
    font-size: 20px;
    margin: 20px 0;
}
.marquee {
  background: #2d5a2d;
  overflow: hidden;
  padding: 10px 0;
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee-scroll 25s linear infinite;
}
.marquee-track span {
  color: #fff;
  font-size: 13px;
  padding: 0 16px;
  position: relative;
}
.marquee-track span::after {
  content: "•";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.marquee-track span:last-child::after {
  content: "";
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.kategori-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}
.kategori-card:hover {
  transform: translateY(-4px);
}
.kategori-card img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.btn-lihat {
  display: inline-block;
  background: #2d5a2d;
  color: #fff;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.product-card{
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.4s;
}
.product-card:hover{
    transform: translateY(-10px);
}
.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.product-card img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
#tentang{
    background: #ffffff;
}
#tentang img{
    border-radius: 250px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.4s;
}
#tentang p{
    line-height: 1.8;
    color: #555;
}
@media(max-width:768px){
.hero h1{
    font-size: 40px;
}
.hero{
    text-align: center;
}
}
.kontak-icon{
    color: #1b5e20;
}
.sosmed-icon-box{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sosmed-link{
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.sosmed-link:hover{
    opacity: 0.75;
}
.kontak-label{
    font-size: 13px;
    color: #888;
}
.jam-tutup{
    color: #f9243a;
    font-weight: 600;
}
.jam-buka{
    font-weight: 600;
}
.kontak-note{
    font-size: 13px;
    color: #888;
}
.bg-whatsapp  { background: #25D366; }
.bg-instagram { background: #E1306C; }
.bg-facebook  { background: #1877F2; }
.bg-gmaps     { background: #c9fc4a; }
.footer{
    background: #1b5e20;
    color: white;
    padding: 30px 0 0;
}
.footer-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}
.footer-desc {
    color: #a5d6a7;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.footer-sosmed {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}
.footer-sosmed:hover {
    opacity: 0.8;
    color: #fff;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-links a {
    color: #a5d6a7;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.footer-info li i {
    color: #c8ffb0;
    font-size: px;
    margin-top: 2px;
    flex-shrink: 0;
}
.footer-links a:hover {
    color: #fff;
}
.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-info li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 15px;
    color: #a5d6a7;
}
.footer-info a {
    color: #a5d6a7;
    text-decoration: none;
    line-height: 1.7;
    transition: 0.3s;
}
.footer-info a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 12px 0 4px;
    text-align: center;
}
.footer-bottom p {
    font-size: 11px;
    color: #6aad74;
    margin: 0;
}
