.restaurant-hero {
  padding: 120px 0 80px;
}

.restaurant-hero h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.restaurant-hero p {
  font-size: 1.2rem;
  margin: 25px 0;
}

.restaurant-hero img {
  max-width: 100%;
  max-height: 550px;
}

.restaurant-hero {
  background-image: linear-gradient(90deg, #0e16d4, #3533cd);
  color: white;
}

.restaurant-hero h1,
.restaurant-hero p {
  color: white;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0e16d4;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.restaurant-hero {
  overflow: hidden;
  position: relative;
}

.restaurant-hero img {
  transition: 0.4s;
}

.restaurant-hero img:hover {
  transform: scale(1.03);
}

.feature-icon {
  color: #0e16d4;
}

/* =====================
   NAVBAR
===================== */

.navbar {
  padding: 12px 0;
}

.navbar-brand img {
  transition: 0.3s;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #333 !important;
  padding: 10px 15px !important;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #0e16d4 !important;
}

.navbar .btn-primary {
  border-radius: 8px;
  padding: 10px 20px;
}

/* BOTON HAMBURGUESA */

.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

/* MOVIL */

@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 12px !important;
    border-radius: 8px;
  }

  .navbar-nav .nav-link:hover {
    background: #f5f7ff;
  }

  .navbar .btn-primary {
    width: 100%;
    margin-top: 10px;
  }

  .navbar-brand img {
    width: 70px;
  }
}

/* TABLET */

@media (max-width: 991px) {
  .restaurant-hero {
    padding: 90px 0 60px;
    text-align: center;
  }

  .restaurant-hero h1 {
    font-size: 3rem;
  }

  .restaurant-hero img {
    margin-top: 40px;
    max-height: 400px;
  }
}

/* MOVIL */

@media (max-width: 768px) {
  .restaurant-hero {
    padding: 70px 0 50px;
  }

  .restaurant-hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .restaurant-hero p {
    font-size: 1rem;
  }

  .restaurant-hero img {
    max-height: 280px;
    margin-top: 30px;
  }

  .step-number {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .navbar-brand img {
    width: 65px;
  }

  .card {
    margin-bottom: 20px;
  }
}

/* MOVILES PEQUEÑOS */

@media (max-width: 480px) {
  .restaurant-hero h1 {
    font-size: 1.9rem;
  }

  .restaurant-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .restaurant-hero .btn:last-child {
    margin-bottom: 0;
  }
}
