/* Reset & base */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: Arial, sans-serif; color:#333; line-height:1.5; height: 100%; overflow-x: hidden;}
a { text-decoration:none; color: inherit; }
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
}
/* Navbar */
.navbar { 
    display:flex;
     align-items:center; 
     justify-content:space-between;
           background-color: #024b35; 
           position: sticky;
           padding:1rem; }
.navbar .logo {
  color: #ccc;
  font-family: cursive;
  font-style: italic;
  font-weight: 500;
}
.navbar ul { list-style:none; display:flex; gap:1rem; padding-top: 10px; padding-bottom: 10px;}
.navbar li { position:relative; }
.navbar a { color:#fff; padding:.5rem; display:block; }
.navbar li:hover > .dropdown { display:block; }
/* make the parent <li> position relative */
.navbar ul li.has-dropdown {
    position: relative;
  }
  
  /* style the grid container */
  .dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* or fixed 3 columns: repeat(3, 1fr) */
    gap: 1rem;
    position: absolute;
    top: 100%;    /* just below the parent <li> */
    left: 0;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 100;
  }
  
  /* on hover, show it */
  .navbar ul li.has-dropdown:hover .dropdown-grid {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  /* each item card */
  .dropdown-item {
    text-align: center;
    cursor: pointer;
  }
  
  .dropdown-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
    margin: 0 auto 0.5rem;
  }
  
  .dropdown-item span {
    display: block;
    font-size: 0.9rem;
    color: #333;
  }
  
.menu-img{
    width: 50px;
    height: auto;
    border: none;
}
/* Hero section */
.hero { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img8.jpg);
        color:#fff;
        background-size: cover;
        background-position: center;
        height: 100vh;
         text-align:center; 
         padding:15rem 10rem; }
.hero h1 { font-size:4rem; margin-bottom:1rem; font-family: var(--bs-font-monospace); }
.hero p{
    font-size: 1rem;
    margin-bottom: 2rem;
    font-family: var(--bs-font-monospace);
}
.hero .btn { background: transparent;
     color:#fff; 
     padding:.75rem 1.5rem;
     box-shadow: 2px 2px 2px 2px #198754;
             border:none; border-radius:10px; 
             font-size: 15px;
             font-family: var(--bs-font-monospace);
             cursor:pointer; }
.hero-quote {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img8.jpg);
        color:#fff;
        background-size: cover;
        background-position: center;
        height: 100vh;
         text-align:center; 
         padding:15rem 10rem;}
.hero-quote h1 { font-size:4rem; margin-bottom:1rem; font-family: var(--bs-font-monospace);}
.hero-quote p {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-family: var(--bs-font-monospace);}
.hero-quote .btn{ background: transparent;
    color:#fff; 
    padding:.75rem 1.5rem;
    box-shadow: 2px 2px 2px 2px #198754;
            border:none; border-radius:10px; 
            font-size: 15px;
            font-family: var(--bs-font-monospace);
            cursor:pointer; }
.row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}
.container{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
    margin: 30px;
}
.container h3{
  padding-bottom: 15px;
}
.about{
    background-color: #f3f3f3;
    margin-top: 40px;
    padding: 20px;
}
.about-img{
  width: 50%;
  height: auto;
}
.service{
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
}
.services{
    background-color: #f3f3f3;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service1{
    background: none;
}
.service1 img{
    width: 50px;
    height: auto;
}
.service1 h2{
    font-size: 15px;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.service1 h4{
    font-size: 11px;
    font-weight: 600;
    font-family: monospace;
}
.step{
    background: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.705)), url(../images/img8.jpg);
    margin-bottom: 20px;
    margin-top: 20px;
}
.img img{
    width: 100%;
    height: auto;
}
.steps{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.steps1{
    background: none;
    border: solid 1px white;
    border-radius: 15px;
    box-shadow: 5px 5px #f3f3f3;
}
.content h2{
    font-size: 2rem;
    color: #f8f9fa;
}
.content h4{
    font-size: 1rem;
    color: #ccc;
}
/* Grid listings (menu, featured, etc.) */
.grid { display:grid; gap:1rem; }
.grid-3 { grid-template-columns:repeat(5,1fr); }
.card { background:#fff; border-radius:8px; overflow:hidden;
        box-shadow:0 2px 6px rgba(0,0,0,.1); }
.card img { width:100px; height: auto; }
.card-content { padding:1rem; }
.card-content h3 { margin-bottom:.5rem; }
.card-content p { margin-bottom:1rem; }
.header{
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 1rem;
}
.deliver{
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
}
.delivery{
    background: #ffff;
    width: 60%;
    justify-self: center;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 2px #198754;
}
.delivery h1{
    padding: 10px 10px;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.contact{
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
}
.contact1{
    background: #ffff;
    width: 80%;
    justify-self: center;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 2px #198754;

}
.map-container{
    margin: 30px 20px;
}
.contact1 h1{
    padding: 10px 10px;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.contact1 p{
    font-size: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}
/*  nav*/
nav.navbar2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #333;
    color: white;
}

nav.navbar2 a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

nav.navbar2 .cart-icon {
    display: flex;
    align-items: center;
}

nav.navbar2 .cart-icon span {
    margin-left: 0.5rem;
}

/* Main Cart Section */
main {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
/*  nav*/
#cart-items {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Cart Item Styling */
.cart-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cart-item h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.cart-item p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/* Dropdowns and Selectors */
.cart-item select {
    width: 100%;
    max-width: 300px;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-selector button {
    width: 30px;
    height: 30px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1rem;
    cursor: pointer;
}

.quantity-selector button:hover {
    background-color: #45a049;
}

.quantity-selector span {
    font-size: 1rem;
    padding: 0 0.5rem;
}

/* Price Display */
.cart-item .price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

/* Remove Button */
.cart-item button[onclick^="removeFromCart"] {
    background-color: #d63384;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.cart-item button[onclick^="removeFromCart"]:hover {
    background-color: #e04343;
}

/* Promo Code Section */
.promo-code {
    margin: 1rem 0;
}

.promo-code button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.promo-code button:hover {
    background-color: #45a049;
}

/* Total and Checkout Section */
.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.cart-footer .total {
    font-size: 1.25rem;
    font-weight: bold;
}

.cart-footer .total-note {
    font-size: 0.9rem;
    color: #666;
}

.cart-footer button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.cart-footer button:hover {
    background-color: #45a049;
}
.faq-section {
    padding: 2rem;
    background: #002514; /* dark green background */
    color: white;
    max-width:100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: sans-serif;
  }
.faq-section h2{
    text-align: center;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 800;
    padding-bottom: 15px;
}
  .faq {
    background: #008000;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .faq-question {
    padding: 1rem;
    cursor: pointer;
    font-weight: bold;
    position: relative;
  }
  
  .faq-question::after {
    content: "▼";
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
  }
  
  .faq.active .faq-question::after {
    transform: rotate(180deg);
  }
  
  .faq-answer {
    padding: 1rem;
    background: white;
    color: black;
    display: none;
  }
  
  .faq.active .faq-answer {
    display: block;
  }
  .menu-section {
    padding: 2rem;
    background: #024b35; /* dark green background */
    color: #fff;
    font-family: sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .menu-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }
  
  .menu-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    color: #000;
    box-shadow: 0 5px 15px #002514;
    padding-bottom: 10px;
  }
  
  .menu-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  
  .add-btn {
    background-color: #008000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 50px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-weight: bold;
  }
  
  .add-btn:hover {
    background-color: #006400;
  }
  
  .menu-card h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
  
  .menu-card p {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  
  .mobile-nav {
    display: none;
  } 
  .checkout1 h1{
    text-align: center;
    font-size: 40px;
    margin: 20px 10px;
  }
  .checkout-table {
    width: 90%;
    text-align: center;
    justify-content: center;
    margin-left: 50px;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    background: #fff;
    box-shadow: 0 2px 8px #002514;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .checkout-table th,
  .checkout-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .checkout-table th {
    background-color: #f7f7f7;
    font-weight: 700;
    font-size: 25px;
    font-family: serif;
  }
  
  .checkout-table tbody tr:nth-child(odd) td {
    background-color: #fafafa;
  }
  
  .checkout-table tfoot td {
    font-weight: 600;
    font-size: 20px;
    font-family: sans-serif;
    border-top: 2px solid #ccc;
  }
  
  .checkout-table tfoot .total-row td {
    font-size: 1.1rem;
    background-color: #f1f1f1;
  }
#orderForm{
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-left: 50px;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.btn { background: none; color:#000; margin: 5px; padding: 0.5rem 1rem; box-shadow: 1px 1px 1px 1px #20c997;
               border:none; border-radius:15px; cursor:pointer; }
/* Buttons & forms */
.btn-primary { background: #198754; color:#fff; margin: 15px 10px; padding: 1rem 2rem; box-shadow: 1px 1px 1px 1px #20c997;
               border:none; border-radius:15px; cursor:pointer; }
.form-group { margin-bottom:1rem; }
.form-group label { display:block; margin-bottom:.25rem; font-size: 20px; font-weight: 700; }
.form-group input{
    margin-top: 5px;
}
.form-group input,
.form-group textarea,
.form-group select { width:50%; padding:.5rem; border:1px solid #ccc;
                     border-radius:4px; }

/* Footer */
.footer { background:#024b35; color:#ddd; padding:2rem 1rem; text-align:center;  bottom: 0; width: 100%;
padding: 10px 0; }
.footer a { color:#e91e63; }
.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
/* Responsive for Mobile */
/* Hide on desktop, show on screens ≤1000px */
@media screen and (max-width: 1000px) {
  .mobile-nav {
    display: block;
    background-color: #024b35; /* green */
    padding: 20px;
    position: relative;
    position: sticky;
  }
  .desktop-nav{
    display: none;
  }
  .hero { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img8.jpg);
        color:#fff;
        background-size: cover;
        background-position: center;
        height: 50vh;
         text-align:center; 
         padding:25rem 5rem; }
    .hero-quote{
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img8.jpg);
        color:#fff;
        background-size: cover;
        background-position: center;
        height: 50vh;
         text-align:center; 
         padding:25rem 5rem;
    }
  .hamburger {
    display: block;
    font-size: 28px;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    position: relative;
  }
  

  .mobile-menu {
    display: none;
    list-style: none;
    margin-top: 10px;
    padding: 0;
  }

  .mobile-menu li {
    margin: 10px 0;
  }

  .mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  .logo{
    text-align: right;
    justify-content: center;
    font-size: 8px;
  }
  .dropdown-content {
    display: none;
    flex-direction: column;
    margin-left: 10px;
  }
  
  .dropdown-content a {
    
    color: #f8f9fa;
    padding: 8px;
    margin-top: 5px;
    border-radius: 4px;
  }
  .row{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .mobile-menu .dropdown {
    display: none;
    margin-top: 5px;
    padding-left: 15px;
  }

  .mobile-menu .dropdown {
    display: block;
  }
  .grid { display:grid; gap:1rem; }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.column{
  justify-content: center;
  align-items: center;
  text-align: center;
}
.services{
  margin-bottom: 50px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 2rem;
}
.add-btn {
  background-color: #008000;
  color: #fff;
  padding: 1.5rem 2.5rem;
  border: none;
  border-radius: 50px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
}


/* Hide mobile navbar on desktop */
@media screen and (min-width: 1001px) {
  .mobile-nav {
    display: none;
  }
}
