


.body {
background-color: rgb(251, 255, 255);
}

/* HEADER CSS*/
.header {
  width: 100%;
  height: 13vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 0 20px;

    position: relative; /* Ensure the header is positioned relatively */

}


.left-icons{
  margin-right: 0px; 
  display: flex;
}
.left-icons .home-icon {
  margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(67 184 45);
    text-decoration: none;
    align-items: center;
    box-shadow: 2px 0px 10px rgb(119, 112, 105);

     
}
.left-icons .home-icon:hover{
  background-color: rgb(218, 218, 75); /* Change background color to yellow on hover */

}
.left-icons .home-icon a{
  color: #fff;
    cursor: pointer;
    /* width: 27px; */
    height: 27px;
     
}
.home-icon a {
  color: #fff;
  cursor: pointer;
  width: 100%; /* Fill the entire circle */
  height: 100%; /* Fill the entire circle */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-icons {
  display: none;
  position: absolute;
  top: 80%; /* Position it below the home icon */
  transform: translateX(-10%);
  border-radius: 5px;
  padding: 10px;
  z-index: 999;
}

.social-icons.show {
  display: flex;
  flex-direction: column; 
  padding-left: 40px;
}

.social-icons a {
  display: block;
  margin-bottom: 5px;

  border-radius: 50%;
  width: 27px;
  height: 27px;
  align-items: center;
  svg {
    height: 16px;
  }
  
}
.social-icons  i {
color: white;
width: 27px;
height: 27px;
margin: 5px;

}
.logo-container {

 padding-right: 40px;
}

.logo-container img {
  width: 100px;
  height: 80px;
}

.return-icon {
  margin-left: auto; /* Push the return icon to the right */
}
  .return-icon {
    position: absolute;
    top: 35px;
    right: 3px;
    background: rgb(67 184 45);
    color: #fff;
    padding: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 2px 0px 10px rgb(119, 112, 105);
    box-shadow: 2px 0px 10px rgb(119, 112, 105);
}
.return-icon:hover{
      background-color: rgb(218, 218, 75); 
  
}
  /* END OF HEADER CSS*/
  
  .side-navbar {
    width: 180px;
    height: 100%;
    position: fixed;
    margin-left: -300px;
    background-color: rgb(67, 184, 45);
    transition: margin-left 0.5s ease; 
    z-index: 999; /* Ensure the sidebar is above other content */
}

.side-navbar .nav-link a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* Change color to yellow on hover */
.side-navbar .nav-link a:hover {
  color: rgb(218, 218, 75);
}

.side-navbar.active-nav {
    margin-left: 0;
}

.nav-link {
    border-bottom: 20px solid rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease; /* Added transition for hover effect */
}

.nav-link:hover {
    background-color: rgba(255, 251, 251, 0.1); /* Change background color on hover */
}
a:hover {
  color: #e9ecef;
}
.icon-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(67, 184, 45);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 0px 10px white;
    transition: transform 0.1s ease; /* Added transition for hover effect */
}

.icon-link:hover {
    transform: scale(1.1); /* Scale up on hover */
}

.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: transform 0.3s ease; /* Added transition for hover effect */
}

.material-icons:hover {
    transform: translate(-50%, -50%) scale(1.2); /* Scale up on hover */
    background-color: rgb(218, 218, 75); /* Change background color to yellow on hover */

}

  
  /* for main section */
  .active-cont {
    margin-left: 180px;
  }
  
  #menu-btn {
   
    margin-left: -62px;
    line-height: 1.5;
    /* line-height: 20px; */
    text-decoration: none;
    font-size: 19px;
    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #eee;
    border-left: none;
    background: rgb(67 184 45);
    color: #fff;
    -webkit-box-shadow: 2px 0px 15px rgb(119, 112, 105);
    box-shadow: 2px 0px 15px rgb(119, 112, 105);
}
 #menu-btn:hover{
  background-color: rgb(218, 218, 75); 

 } 
 .search-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
padding: 10px;
}

.search-container input[type="text"] {
  padding: 8px;
  margin: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.search-container button {
  padding: 8px 15px;
  background-color: #43b82d; /* Green color */
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-container button:hover {
  background-color: #218838; /* Darker green color on hover */
}

  
  .category-section {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  /* for categories section */
  .category {
    text-align: center;
    margin: 0 3px;
  }
  
  .category p {
    color: #b0b8b4;
    font-weight:1000;
    font-size: 11px;
    text-transform: uppercase;
    
  }
  
  .category .icon-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:rgb(67 184 45);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 0px 10px rgb(119, 112, 105);

  }
  .category .icon-link:hover {
    background-color: rgb(218, 218, 75); /* Change background color to yellow on hover */
}
  .category .icon-link .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  /* end for categories section */
  .title {
    display: flex;
    align-items: center; 
    padding: 10px;
    height: 30px;
    width: 100%;
    background-color: #e9ecef;
}

.title a {
    /* margin-right: 10px; */
    color:#43b82d; /* Add margin to the right of the link */
}

.title p {
    margin-right: 5px;
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
    color: #b4adad;
}

 
       /* Custom CSS for card design */
       .special-menu-card {
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
      }
      
      .special-menu-card:hover {
        transform: translateY(-5px);
      }
      
      .special-menu-card img {
        width: 100%;
        height: 150px;
        background-color:#e9ecef;
      }
      
      .special-menu-card .card-content {
        padding-top: 10px;
        align-items: center;
        text-align: center;
        font-size: 0.9em;
        border-radius: 20px solid;
        background-color:rgb(67 184 45);
        height: 100%;
        box-sizing: border-box;
 
      }
      
      .special-menu-card .card-content h3 {
        font-size: 12px;
        color:white;
        display: block;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: capitalize;
      }
      .special-menu-card .card-content h4{
        
        color: white;
        }
      .special-menu-card .card-content h7{
      margin-top: 100px;
      color: white;
      }
      
      .menu-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
        grid-gap: 10px;
        padding: 10px 10px;
      }
      
      .animate-in {
        animation: dropDown 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    }
    
    @keyframes dropDown {
        0% {
            opacity: 0;
            transform: translateY(-50px) scale(0.9);
        }
        70% {
            transform: translateY(10px) scale(1.05);
        }
        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
    
    
    @media (max-width: 767.98px) {
      .category-section {
         display: flex;
         flex-wrap: wrap;
       }
      .category {
         flex: 1 1 10%; /* set the width of each icon to 25% */
       }
     
     }
      @media (max-width: 767.98px) {
      .side-navbar {
        width: 50%; 
        margin-left: -100%; 
        position: fixed;
        z-index: 999; 
      }
      
      .side-navbar.active-nav {
        margin-left: 0; /* Show sidebar when active */
      }
    
      .my-container {
        margin-left: 0; 
      }
    
     
      .side-navbar.active-nav + .my-container #menu-btn {
        margin-left: 150px; /* Adjust based on the sidebar width */
      }
      
      
    }
   .no-scroll {
      overflow: hidden;
      height: 100vh;
      width: 100vw;
      position: fixed;
    }

