body{
  font-family: 'Josefin Sans', sans-serif;
}


.custom-toggler{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #8b0000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-toggler-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.navbar{
    background-color: #1a1a1a;
   
}
.navbar .nav-link{
    color: #f5f5f5;
    transition: color 0.3s;
}

.navbar .nav-link:hover{
    color: #ff4d4d;
}

.navbar-brand{
    font-weight: bold;
    color: #ff4d4d;
}
.icon-sm-white{
width: 2rem;
height: 2rem;
filter: invert(1);
}

.icon-sm{
    width: 2.5rem;
    height: 2.5rem;
}

body{
  background-color: #f1efef;
  color: #ffffff;
}

.order-section{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container{
  background-color: #2c2c2c;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 0 20px rgba(255, 77, 77, 0.15);
}
.form-label{
  color: #ff4d4d;
  font-weight: 600;
}

.form-control, 
.form-select, textarea{
background-color: #464646;
color: #fff;
border: 1px solid #555;
}

.form-control::placeholder,
textarea::placeholder
 .form-select option{
  color: #aaa;
}

.btn-danger{
  background-color: #8b0000;
  border: none;
}
.btn-danger:hover{
  background-color: #a00000;
}

.img-side{
  background: url(pictures/food3.PNG) no-repeat center;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-radius: 1rem;
  min-height: 500px;
}

.contact{
  background-image: url(pictures/food2.JPG);
  background-size: cover;
  color: #fff;
}

.overlay{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 2rem;
  border-radius: 20px;
}

h2, h3{
  color: #ff4d4d;
  font-weight: bold;
}

label{
  color: #ff4d4d;
}

.contact-info li{
  list-style: none;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    nav.navbar.rounded-pill {
      border-radius: 0.75rem 0.75rem 0 0 !important; /* فقط بالا گرد */
    }
  
    .navbar-collapse {
      background-color: #1a1a1a;
      padding: 1rem;
      border-radius: 0 0 1rem 1rem;
      text-align: center;
    }
  
    .navbar-nav {
      flex-direction: column !important;
      gap: 1rem;
    }
  
    .nav-link {
      font-size: 1.1rem;
      padding: 0.5rem 0;
    }
    .img-side{
      border-radius: 1rem 1rem 0 0;
      height: 250px;
    }
    .overlay{
      padding: 2rem 1rem;
    }
  }
  