body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
  
}
.carousel-item  h1 
{
    font-size: 30px;
    color: white;
}
.warna 
{
color: orange;
}
.carousel-item p
{
    color: white;
}
a 
{
text-decoration: none;
}
h2.text-center {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  animation: fadeIn 1s ease-in-out;
}
h2.text-center::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  border-radius: 4px;
  animation: expand 1s ease-in-out;
}
/* Top Bar */
.top-bar {
  padding: 5px 0;
  background: #f8f9fa;
  color: orange;
  position: fixed;        /* fixed di atas */
  top: 0;
  width: 100%;
  z-index: 1100;
  border-bottom: 1px solid #ccc;
  transition: transform 0.3s ease;
}

.top-bar.hide {
  transform: translateY(-100%); /* geser hilang ke atas */
}

/* Navbar */
.navbar {
  background: #fff;
  transition: all 0.3s ease;
  margin-top: 30px; /* tinggi top-bar, supaya awalnya tidak ketimpa */
}

.navbar.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  margin-top: 0; /* saat top-bar hilang, navbar naik */
}

.navbar-brand {
  font-weight: 600;
  color: #2c3e50 !important;
}

.nav-link {
  color: red !important;
  font-weight: 700;
}
.nav-link:hover {
  color: #3498db !important;
}

/* Hero Section */
.hero {

    padding: 50px 0 10px;
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(100, 100, 100, 0.3)), url(https://www.agencontainer.co.id/jasa-web/interior-furniture/assets/images/bg.jpg)center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
/* CSS Alternatif Elegan & Responsif untuk Search Bar */
.search-bar {
  background: linear-gradient(135deg, #e31c1c 0%, #c0392b 100%);
  color: white;
}

.search-input {
  background: rgba(255, 255, 255, 0.95) !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-input:focus {
  box-shadow: 0 6px 25px rgba(227, 28, 28, 0.2);
  transform: scale(1.02);
}

.search-bar .btn-primary:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(227, 28, 28, 0.4);
}

.search-bar .btn-outline-light {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.search-bar .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Mobile Optimizations */
@media (max-width: 991.98px) {
  .search-bar {
    background: #fff !important;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  
  .search-input {
    background: #f8f9fa !important;
    color: #333;
  }
  
  .search-input::placeholder {
    color: #6c757d;
  }
  
  .search-bar .btn-primary {
    background: linear-gradient(45deg, #e31c1c, #ff4757) !important;
    color: white;
  }
  
  .search-bar .btn-outline-light {
    background: linear-gradient(45deg, #e31c1c, #ff4757);
    border: none;
    color: white;
  }
  
  .search-bar .btn-outline-light:hover {
    background: linear-gradient(45deg, #c0392b, #e31c1c);
    color: white;
  }
  
  .search-bar i {
    color: #e31c1c;
  }
  
  .search-bar .text-light-50 {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

/* Breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.breadcrumb-item a {
  color: #3498db;
}
.breadcrumb-item.active {
  color: #333;
}

/* Buat col custom agar bisa 8 kolom */
  @media (min-width: 992px) {
    .col-lg-1-5 {
      flex: 0 0 auto;
      width: 20%; /* 100% / 8 */
    }
  }

.kategori-item img {
  width: 100%;
  max-height: 120px;  /* batas tinggi maksimal */
  object-fit: contain;
}
  .kategori-item {
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .kategori-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }


.product-card {
  overflow: hidden;
  border: none;
  transition: transform 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.product-card img {
  height: 200px;
  object-fit: cover;
}
.product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-overlay {
  opacity: 1;
}
.icon-btn {
  background: #fff;
  color: #333;
  padding: 10px;
  border-radius: 30%;
  font-size: 14px;
  transition: all 0.3s ease;
}
.icon-btn:hover {
  background: red;
  color: #fff;
}
.rating i {
  font-size: 14px;
}







.card-img-top {
  height: 150px;
  object-fit: cover;
}
 .text-gradient {
    background: linear-gradient(135deg, #4e00c2, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
   .recipe-card {
            background-color: #e2e2e2;
            border: none;
            border-radius: 15px;
            padding: 10px;
            text-align: center;
            margin-bottom: 20px;
        }
        .recipe-card a {
           color: black;
        }
        .recipe-card img {
            max-width: 100%;
            max-height: 200px;
            border-radius: 10px;
        }
        .recipe-card .price {
            font-weight: bold;
            color: #f4a261;
        }
         .ad-banner img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .ad-banner {
            background-color: #ffcc00;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            color: #fff;
            height: 100%;
        }
        .ad-banner h2 {
            font-size: 2rem;
            color: #ff0000;
        }
        .ad-banner p {
            font-size: 1.2rem;
        }
.image-box {
  position: relative;     /* wajib agar overlay bisa absolute */
  max-width: 500px;       /* lebar maksimal */
  width: 100%;            /* responsif */
  height: 200px;          /* tinggi fix */
  border-radius: 8px;     /* opsional */
  overflow: hidden;
}

/* Thumbnail images */
.img-thumbnail:hover {
  border-color: #ff5722;
  cursor: pointer;
}

/* Gambar */
.img-crop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(60%); /* bikin agak gelap biar teks terlihat */
}
.img-detail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  
}
.image-detail {
    height: auto;
  }
/* Responsive adjustments */
@media (max-width: 768px) {
  .product-title {
    font-size: 1.5rem;
  }
  .image-detail {
    height: 300px;
  }
  .icon-btn {
    font-size: 12px;
    padding: 8px;
  }
}

/* Teks overlay di tengah */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}

.text-overlay h3 {
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.text-overlay p {
  font-size: 0.9rem;
  margin: 0;
}

        

 .product-title {
  font-size: 1rem;
  font-weight: 00;
  color: #2c3e50;
  margin-top: 10px;
}
.product-detail {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 1rem;
}
  .product-price {
    font-weight: bold;
    color: #ff5722;
             
            
    
    margin-bottom: .75rem;
  }
         .testimonial-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2; /* pastikan card di atas dekorasi */
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-card .rating {
    color: #ffca08;
    margin-bottom: 10px;
}

.testimonial-card .name {
    font-weight: bold;
    color: #333;
}

.testimonial-card .quote {
    font-style: italic;
    color: #666;
}

/* Dekorasi Image Overlay */
.decor-image {
    position: absolute;
    z-index: 0; /* biar ada di belakang card */
    opacity: 0.25;
    max-width: 200px;
}

.decor-left {
    left: -50px;
    bottom: -30px;
    transform: rotate(-10deg);
}

.decor-right {
    right: -50px;
    top: -30px;
    transform: rotate(15deg);
}


        
        
        /* CSS Elegan & Ringkas untuk About Section */
#about {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  overflow: hidden;
}

#about .text-gradient {
  background: linear-gradient(45deg, #007bff, #28a745);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

#about .photo, #about .bg-light {
  transition: all 0.3s ease;
}

#about .photo:hover { transform: scale(1.05); }
#about .bg-light:hover { box-shadow: 0 4px 15px rgba(0,123,255,0.1) !important; }

#about .position-absolute {
  background-size: 80% !important;
  opacity: 0.05;
}