*{
  background-color: black;
  color: white;
}

body{
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.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;
    background-color: black;
  }
  
  .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;
  }
  
  .navbar 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: #f39c12;
    position: relative;
  }
  
  .footer-left p {
    margin-bottom: 20px;
    color: #bdc3c7;
  }
  
  blockquote {
    background-color: #34495e;
    padding: 15px;
    border-left: 5px solid #f39c12;
    font-style: italic;
    color: #ecf0f1;
  }
  
  footer blockquote p {
    margin: 0;
  }
  
  /* Right Side: Links, Contact, and Map */
  .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: #f39c12;
    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: #f39c12;
    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: #f39c12;
    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{
  top: 0; 
  width: 100%;
  height: 10vh;
  margin: 90px 0px 0px 0px;
  overflow: hidden;
  z-index: 1; 
}

  /* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
}

.food-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.category-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    color: rgb(255, 251, 251);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

h1 {
    text-align: center;
    color: #ffffff; 
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
    0 0 15px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.8); 
    margin: 0px;
    }



/* Card Grid Layout */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-items: center;
}

.card {
    background-color: rgb(46, 46, 46);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transform: translateY(0);
    border: 3px solid #ff704d; /* Food-themed orange border */
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    animation: fadeInUp 0.5s ease forwards;
   
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Image */
.card-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 3px solid #ff5733;
    transition: border-color 0.3s ease;
}

.card-image img:hover {
    border-bottom-color: #fafafa; 
}

/* Card Content */
.card-content {
  padding: 20px;
  text-align: center;
  height: 180px; /* Set a fixed height */
  overflow: hidden; /* Hide overflow text */
}

.card-content:hover{
  overflow: visible;
}

.card-content h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #ff5733;
  transition: color 0.3s ease;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Show '...' if text is too long */
}

.card-content h3:hover {
    color: white; 
    text-shadow: 0 0 10px #fff, 
                         0 0 20px #fff, 
                         0 0 30px #ffffff, 
                         0 0 40px #ffffff;
    overflow: visible;
    text-wrap: wrap;
}

.card-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0px;
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Show '...' if text is too long */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
}

.card-content p:hove{
  overflow: visible;
}

/* Card Footer */
.card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px; 
}

button {
    background-color: #ff5733;
    color: #fff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
    background-color: #ff3300;
    transform: scale(1.1);
    box-shadow:0 0 10px white,0 0 15px white,0 0 20px white; 
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes hoverGlow {
    0% {
        box-shadow: 0 0 5px rgba(255, 87, 51, 0.5);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 87, 51, 0.8);
    }
}

/* Food Categories with Hover Effects */
.veg {
    background-color: rgba(76, 175, 80, 0.2); /* Light transparent green */
    border: 2px solid #4caf50;
}

.non-veg {
    background-color: rgba(231, 76, 60, 0.2); /* Light transparent red */
    border: 2px solid #e74c3c;
}

.meal {
    background-color: rgba(243, 156, 18, 0.2); /* Light transparent orange */
    border: 2px solid #f39c12;
}

.dessert {
    background-color: rgba(230, 34, 223, 0.461); /* Light transparent orange-brown */
    border: 2px solid #ff00ea;
}

.prepackaged {
    background-color: rgba(22, 19, 229, 0.2); /* Light transparent green */
    border: 2px solid #0722ee;
}

.healthy{
    background-color: rgba(251, 69, 8, 0.2); /* Light transparent red */
    border: 2px solid #ff6c03;
}

.dairy {
    background-color: rgba(238, 235, 231, 0.2); /* Light transparent orange */
    border: 2px solid #000000;
    border: 2px white solid;
}

.beverage {
    background-color: rgba(255, 119, 0, 0.545); /* Light transparent orange-brown */
    border: 2px solid #000000;
    border: 3px rgb(255, 115, 0) solid;

}


/* Glowing Card Effects Based on Categories */
.card:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 0.8); 
}



/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}



.bg{
  background-color: #000000;
}




.veg:hover {
  font-size:1.5rem ;
  box-shadow:0 0 10px rgba(76, 175, 80, 0.8), 0 0 15px rgba(76, 175, 80, 0.8),0 0 20px rgba(76, 175, 80, 0.8),0 0 30px rgba(76, 175, 80, 0.8); 
}

.non-veg:hover {
  font-size:1.5rem ;
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.8),
  0 0 15px rgba(231, 76, 60, 0.8),
  0 0 20px rgba(231, 76, 60, 0.8),
  0 0 30px rgba(231, 76, 60, 0.8); /* Red glow for non-veg */
}

.meal:hover {
  font-size:1.5rem ;
  box-shadow: 0 0 10px rgba(222, 103, 6, 0.8),
  0 0 15px rgba(243, 156, 18, 0.8),
  0 0 20px rgba(243, 156, 18, 0.8),
  0 0 30px rgba(243, 156, 18, 0.8); /* Orange glow for meals */
}

.dessert:hover {
  font-size:1.5rem ;
  box-shadow:0 0 10px rgba(255, 0, 247, 0.8),
  0 0 15px rgba(255, 0, 247, 0.8) ,
  0 0 20px rgba(255, 0, 247, 0.8) ,
  0 0 30px rgba(255, 0, 247, 0.8)  ; 
} 

.prepackaged:hover{
  font-size:1.5rem;
  box-shadow:0 0 10px rgb(10, 7, 231),
  0 0 15px rgb(10, 7, 231),
  0 0 20px rgb(10, 7, 231),
  0 0 30px rgb(10, 7, 231);

}

.healthy:hover{
  font-size:1.5rem ;
  box-shadow: 0 0 10px rgba(230, 126, 34, 0.8)
  ,0 0 15px rgba(230, 126, 34, 0.8)
  ,0 0 20px rgba(230, 126, 34, 0.8)
  ,0 0 30px rgba(230, 126, 34, 0.8);
}

.beverage:hover{
  font-size:1.5rem ;
  box-shadow: 0 0 10px rgba(230, 126, 34, 0.8)
  ,0 0 15px rgba(230, 126, 34, 0.8)
  ,0 0 20px rgba(230, 126, 34, 0.8)
  ,0 0 30px rgba(230, 126, 34, 0.8);
}

.dairy:hover{
  font-size:1.5rem ;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
  ,0 0 15px rgba(255, 255, 255, 0.8)
  ,0 0 20px rgba(255, 255, 255, 0.8)
  ,0 0 30px rgba(255, 255, 255, 0.8);
}

/* Card Image */
.card-image img {
  width: 100%;
  height: 200px; /* Set a fixed height for all images */
  object-fit: cover; /* Ensures images are cropped but retain aspect ratio */
  display: block;
  border-bottom: 3px solid #ff5733;
  transition: border-color 0.3s ease;
}

