.center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  color: #331D1C;
}

body {
  font-family: 'Lato', sans-serif;
  color: #331D1C;
}

.text-color {
  color: #331D1C;
}

.logo_holder {
  text-align: center;
}

.pageLogo {
  height: 200px;
  margin: auto;
}

.btn-site-color {
  background: #331D1C;
}

.btn-site-outline {
  background: white;
  outline: #331D1C;
}

.navbar {
  background-color: #fff;
}

.nav-text {
  font-weight: 600;
  color: #331D1C !important;
  letter-spacing: 0.5px;
  font-size: 1rem;
}

.nav-text:hover {
  color: #D63384 !important; /* Optional: brand accent */
  text-decoration: none;
}

.hero-overlay {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  color: #331D1C;
}

.hero-section {
  max-height: 700px;
  overflow: hidden;
}

.hero-title {
  font-size: 2.2rem;
  color: #331D1C;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9); /* subtle contrast */
}

.hero-section p.lead {
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
}

.hero-section .btn {
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  text-shadow: none;
}

.logo-img {
  max-height: 200px;
}

.fa-solid {
  font-size: 26px;
}

.fa-heart {
  color: red;
}

.fa-kitchen-set {
  color: #c1bebd;
}

.fa-clock {
  color: #FFBB55;
}

.fa-location-dot {
  color: #D63384;
}

.first-bite-cta {
  background: #fcf2e0;
  color: #331d1c;
}

.first-bite-btn {
  background: #331d1c;
}

/* MENU SECTION */
.menu-gallery {
  background-color: #fcf2e0;
  color: #331D1C;
}

.section-title {
  font-size: 2.8rem;
  color: #331D1C;
}

.menu-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #331D1C;
}

.menu-section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top:
  color: #331D1C;
  text-transform: uppercase;
}

.menu-gallery h5,
.menu-gallery h6 {
  color: #331D1C;
  font-weight: 600;
}

.menu-gallery p {
  color: #331D1C;
}

.descriptive-text {
  margin-bottom: 1%;
  font-style: italic;
}

.dip-img {
  width: 100%;
  object-fit: cover;
  background: #fff;
  margin-top: 9%;
}

.stix_holder {
  background: white;
  padding: 2% 5%;
  font-size: 14px;
  text-align: center;
}

.stix_image {
  background: linear-gradient(to bottom, #fdfaf6 0%, #f5f2ed 100%);
}

.sugar_holder {
  margin-bottom: 5%;
  background: white;
  min-height: 514px;
  padding: 2% 5%;
  font-size: 14px;
}

.finishers {
  margin-top: 3%;
}

.combo_holder{
  margin-bottom: 8%;
}

.combo_img {
    height: 300px;
}

.combo_description {
  font-style: italic;
}

.combo_box_title {
  margin-bottom: 0;
  font-size: 22px;
}

.combo_text {
  width: 75%;
  text-align: center;
  margin: auto;
}

.box_price {
  font-size: 22px;
}

.boxes_holder {
  margin-bottom: 3%;
}

.gallery_menu {
  width: 700px;
}

.borderLine {
  height: 1px;
  background: #331D1C;
  width: 50%;
  margin: 8% auto;
}


footer {
  background-color: #f8f4f0;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #331D1C;
}




/* Responsive Fixes */
@media (max-width: 768px) {
  .logo-img {
    max-width: 120px;
  }

  .hero-title {
    font-size: 1.7rem;
  }
  
  .boxes_holder {
      margin-bottom: 10%;
    }

  .menu-btn {
    background-color: white;
  }

  .hero-section {
    height: auto;
  }

  .hero-section p.lead {
    font-size: 1rem;
  }

  .hero-overlay {
    padding: 0 10px;
  }

  .hero-section .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .d-flex.justify-content-center.gap-3.mt-4 {
    flex-direction: column;
    gap: 10px;
  }
}
