body {
    margin: 0;
    padding: 0;
  }
  
  
  
  
  
  .navbar {
    border: 1px white solid;
    position: fixed; /* Fix the navbar to the top */
    top: 0;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust the left position to center the navbar */
    width: 100%; /* Full width */
    z-index: 100; /* Ensure it's above other content */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 20px;
    border-bottom-left-radius: 80px; 
    border-bottom-right-radius: 80px;
    margin: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Optional shadow */
  }
  
  .nav-list {
    display: flex;
    list-style: none;
  }
  
  .nav-list li {
    margin: 0 15px;
  }
  
  .nav-list a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-in-out;
  }
  
  .nav-right {
    display: flex;
    align-items: center;
  }
  
  .nav-right a {
    color: white;
    margin-left: 20px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  
  a:hover {
    border: none;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 20px 0 white;
    color: black;
  }
  
  .search-icon::before {
    content: "";
    display: inline-block;
    background-image: url("../image/search.png");
    background-size: cover;
    height: 22px;
    width: 22px;
  }
  
  .login, .signup {
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
  }
  
  .login:hover, .signup:hover {
    background: white;
    color: black;
    font-size: 20px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  }
  
  .signup {
    border-left: 2px solid white;
    padding-left: 20px;
  }
  
  
  
  
  










  footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow: hidden;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
    gap: 40px;
  }
  
  /* Left Side: Company Info */
  .footer-left {
    flex: 1;
    min-width: 300px;
  }
  
  .footer-left h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff6600;;
    position: relative;
  }
  
  .footer-left p {
    margin-bottom: 20px;
    color: #bdc3c7;
  }
  
  blockquote {
    background-color: #34495e;
    padding: 15px;
    border-left: 5px solid #ff6600;;
    font-style: italic;
    color: #ecf0f1;
  }
  
  footer blockquote p {
    margin: 0;
  }
  
  .footer-right {
    flex: 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .footer-links, .footer-contact, .footer-map {
    flex: 1;
    min-width: 200px;
  }
  
  .footer-links h4, .footer-contact h4, .footer-map h4 {
    font-size: 20px;
    color: #ff6600;;
    margin-bottom: 15px;
    position: relative;
  }
  
  .footer-links ul, .footer-contact ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul li, .footer-contact ul li {
    margin-bottom: 10px;
  }
  
  .footer-links ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links ul li a:hover {
    color: #ff6600;;
    text-decoration: underline;
  }
  
  .footer-contact ul li {
    color: #bdc3c7;
  }
  
  .footer-map iframe {
    width: 100%;
    height: 150px;
    border: none;
    margin-top: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  
  .footer-map iframe:hover {
    transform: scale(1.05);
  }
  
  /* Social Icons and Footer Bottom */
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #7f8c8d;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff6600;;
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .social-icon:hover {
    background-color: #d35400;
    transform: scale(1.1);
  }
  
  .footer-bottom p {
    color: #bdc3c7;
    font-size: 14px;
  }
  
  
  
  
  

  







  
  
  
  .main {
    position: relative;
    top: 0; /* Start directly below the navbar */
    width: 96%;
    margin-top: 120px;
    overflow: hidden;
    z-index: 1; /* Keep it below the navbar */
    padding: 20px;
}






/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000000; /* Black background for a bold look */
  color: #ECF0F1; /* Light text for contrast */
}

h2, h3 {
  color: #FF6600; /* Bright orange for headings */
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #BDC3C7; /* Softer text color for readability */
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF6600; /* Bright orange for buttons */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(255, 145, 72, 0.5); /* Subtle shadow */
}

a.button:hover {
  background-color: #ff4d00; /* Lighter orange on hover */
  box-shadow: 0 0 10px rgb(255, 255, 255),0 0 15px rgb(255, 255, 255),0 0 20px rgb(255, 255, 255);
}

/* Part 1: Order Instructions */
#order-instructions {
  padding: 40px;
  background-color: #1C1C1C; /* Dark gray for clarity */
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 145, 72, 0.3);
}

.order-step {
  margin: 20px 0;
  padding: 20px;
  background-color: #2A2A2A; /* Slightly lighter gray for steps */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.order-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgb(255, 255, 255),0 0 15px rgb(255, 255, 255),0 0 20px rgb(255, 255, 255);
}

/* Part 2: About Brand and Services */
#about-services {
  padding: 40px;
  background-color: #1C1C1C; /* Darker section background */
}

.brand-box {
  width: 90%;
  margin: 0 auto 40px;
  padding: 20px;
  background-color: #2A2A2A; /* Dark gray for brand box */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.offer-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.offer-box {
  width: 45%;
  padding: 20px;
  background-color: #FF6600; /* Soft peach for offers */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.offer-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgb(255, 255, 255),0 0 15px rgb(255, 255, 255),0 0 20px rgb(255, 255, 255);
}

.offer-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.offer-box h3 {
  color: #ffffff; /* Bright orange for offer headings */
  text-align: center;
}

/* Part 3: Menu Preview */
#menu-preview {
  padding: 40px;
  background-color: #1C1C1C; /* Darker background for menu section */
}

.menu-row {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.menu-item {
  width: 45%;
  text-align: center;
  background-color: #2A2A2A; /* Dark gray for menu items */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.menu-item img {
  max-width: 100%; /* Ensures images don't exceed container width */
  height: auto; /* Maintains aspect ratio */
  max-height: 150px; /* Sets a maximum height to prevent div expansion */
  object-fit: cover; /* Ensures the image covers the space without distortion */
}


.menu-item h3 {
  color: #FF6600; /* Accent color for dish names */
}

.menu-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgb(255, 255, 255),0 0 15px rgb(255, 255, 255),0 0 20px rgb(255, 255, 255);
}

#menu-preview a.button {
  display: block;
  width: 200px;
  margin: 20px auto;
  text-align: center;
}

/* Part 4: Contact Information */
#contact-info {
  padding: 40px;
  background-color: #1C1C1C; /* Darker background for contact section */
}

.contact-box {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background-color: #2A2A2A; /* Dark gray background */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Glow and Hover Effects */
a.button:hover, .offer-box:hover, .order-step:hover, .menu-item:hover {
  animation: glow 0.7s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px rgba(255, 145, 72, 0.5);
  }
  to {
    box-shadow: 0 0 20px rgba(255, 145, 72, 0.8);
  }
}

#order-instructions .order-step:hover {
  animation: bounce 0.5s alternate ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
