body {
  font-family: 'Poppins', sans-serif;
  background: #111;
  color: #fff;
}

.navbar {
  background: rgba(0,0,0,0.9);
}

.logo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.hero-pizza {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
  url('img/hero-pizza.png') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-box h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
}

.menu-section {
  padding: 80px 0;
}

.menu-section.dark {
  background: #000;
}

.section-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
  color: #ff4d4d;
}

.food-card {
  background: #1b1b1b;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s;
}

.food-card:hover {
  transform: translateY(-8px);
}

.food-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.food-card h5 {
  margin-top: 15px;
  color: #ffdede;
}

.food-card span {
  color: #ff4d4d;
  font-size: 22px;
  font-weight: bold;
}

footer {
  background: #000;
  text-align: center;
  padding: 20px;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  color: #fff;
}








.map-section {
  padding: 80px 0;
  background: #111;
}

.map-responsive {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}



.whatsapp i {
  font-size: 32px;
}





#postres .section-title {
  color: #ffb3c6;
}







#btnTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  transition: transform 0.3s ease, background 0.3s ease;
}

#btnTop:hover {
  background: #ff5722;
  transform: translateY(-6px);
}

#btnTop i {
  font-size: 22px;
}


html {
  scroll-behavior: smooth;
}



.carousel-item img {
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 250px;
  }
}





.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255, 215, 0, 0.9);
  border-radius: 50%;
  padding: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}
