.footer_signature {
    font-weight: bold;
}
.footer_signature:link {
    color: lightblue;
}

/* visited link */
.footer_signature:visited {
    color: lightblue;
}

/* mouse over link */
.footer_signature:hover {
    color: lightblue;
}

/* selected link */
.footer_signature:active {
    color: lightblue;
} 





.follow-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .follow-us ul li {
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
    padding: 0rem 0 !important;
  }

  .follow-us ul li:last-child {
    margin-right: 0;
  }

  .follow-us ul li a i {
    font-size: 30px;
    /* color: #333; */
  }
  .follow-us ul li a i:hover {
    transform: scale(1.2);
    color: blue;
  }


  .menu-content {
    display: flex;
    flex-direction: column;
  }

  .info {
    margin-bottom: 20px;
  }

  .info h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .info h3 span {
    margin-right: 10px;
  }

  .price {
    font-size: 18px;
    color: #555;
    margin-left: auto;
  }

  .popular .popular-content .p-card h4 {
    font-size: 2rem;
  }
.breakfast{
  font-size: 14px;
}
  .bigger{
    font-size: 16px;
    font-weight: bold;
  }

  .margin{
    margin-top: 15px;
  }

  .menu .catagory input:hover{
    background-color: lightblue;
  }
.logo{
  width: 6rem !important;
}

.menu .menu-content{
  grid-column: 1 / -1;
}
  #backToTopBtn {
    display: none; /* Initially hide the button */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Adjust bottom distance as needed */
    right: 20px; /* Adjust right distance as needed */
    z-index: 9999; /* Ensure the button stays on top */
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
  }
  
  #backToTopBtn:hover {
    background-color: transparent;
    /* background-color: #555; */
  }
  
  .popular .popular-content {
    display: -webkit-box;
  }

  .footer_align{
    display: -webkit-box;
  }
  .menu .menu-content .info h3 , .price{
    font-size: 1.9rem;
  }
/* Light Blue */

.menu h2 span, .popular h2 span {
    color: lightblue;
}
.menu .catagory input.active {
    background-color: lightblue;
}
.menu .catagory input {
    border: 0.2rem solid lightblue;
}
.menu .menu-content .info h3 span {
    color: lightblue;
}
.footer .contact-info p i {
    color: lightblue;
}
.footer .copyright {
    border-top: 0.1rem solid lightblue;
}
html::-webkit-scrollbar-thumb {
    background: lightblue;
}
.fa-facebook-square:before {
    color: lightblue;
}
.fa-instagram-square:before {
    color: lightblue;
}