:root {
    --primary: #8d0201;
    --bg: #ffa800;
    --highlight: #ffd900;
  }
  
  .navbar {
    font-weight: 800;
    background-color: #ffffff;
  }
  
  .navbar a {
    color: #8d0201;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .navbar a:hover {
    color: #ffa800;
  }
  
  .navbar-brand span {
    color: #ffa800;
  }

  .hero {
    margin-top: 0%;
    margin-bottom: 30px;
      background-image: url('../img/Warung ayam galunggung (5).png'); 
      background-position: left;
      background-size: cover;
      color: #8d0201; 
  }
  
  .hero {
    min-height: 110vh;
    display: flex;
    align-items: center;
  }
  
  .hero h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: 1200px;
  }
  
   @media (max-width: 1200px) {
    .hero h1 {
        font-size: 3.5rem;
    }
}

    @media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem; 
    }
}

     @media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem; 
    }
}

  .hero h1 span {
    color: #ff8c00; 
  }
  
  .hero p {
    text-align: justify;
    font-size: 1.25rem;
    color: #8d0201;
    max-width: 700px;
  }
  
  .hero .btn-primary {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    background-color: #ff8c00;
    border: none;
  }
  
  .hero .btn-primary:hover {
    background-color: #8d0201;
  }
    
  
.menu-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
    
}

.menu-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 80px;
  color: #8d0201;
  text-align: center;
}

.menu-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.menu-item {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-10px); 
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
  border: 1px solid var(--bg); 
}

.menu-item img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.menu-item h3 {
    color: var(--primary);
    margin: 0.5rem 0;
}

.menu-item p {
    font-size: 0.9rem;
    color: #555;
}

.menu-item .price {
    display: inline-block;
    margin-top: 1rem;
    font-weight: bold;
    color: var(--bg);
}

.about-section {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: left;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #8d0201;
  text-align: center;
}

.description {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.mission-vision, .team, .brand-story {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.sub-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #8d0201;
  margin-top: 30px;
}

.layanan-pelanggan-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.section-title h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #8d0201;
  text-align: center;
}

.section-title p {
  font-size: 1.2rem;
  color: #555;
}

.contact-info, .contact-form, .business-hours, .faq-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact-info h4, .contact-form h4, .business-hours h4, .faq-section h4 {
  color: #8d0201;
  margin-bottom: 20px;
}

.contact-info ul, .business-hours ul, .faq-section ul {
  list-style-type: none;
  padding-left: 0;
}

.contact-info li, .business-hours li, .faq-section li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.contact-info a {
  color: #8d0201;
  text-decoration: none;
}

.contact-info a:hover {
  color: #ffa800;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-control {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-form .btn-custom {
  background-color: #ffa800;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1rem;
}

.contact-form .btn-custom:hover {
  background-color: #8d0201;
}

.footer {
  background-color: #7c0202; 
  color: #fff; 
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-section {
  flex: 1;
  margin: 20px;
  min-width: 250px;
}

.footer-section h3, .footer-section h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #ffa800; 
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
}

.footer-section ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.footer-section ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.footer-bottom {
  text-align: center;
  background-color: #6b0202;
  padding: 20px;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.social ul {
  display: flex;
  gap: 15px;
}

.social ul li a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social ul li a:hover {
  color: #ffa800;
}

/* Responsiveness */
@media (max-width: 576px) {
  .footer {
      padding: 15px 10px;
  }

  .footer p {
      font-size: 0.85rem;
  }

  .navbar-nav .nav-item .nav-link {
      font-size: 0.85rem;
  }

  .section-title {
      font-size: 1.75rem;
  }

  .description {
      font-size: 0.95rem;
  }

  .section-title h1 {
  font-size: 1.75rem;
  
  }
  .section-title p {
  font-size: 1rem;
  
  }

  .menu-section h1 {
    font-size: 1.75rem;

  }
}