html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.menu {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    padding: 20px;
}

.category {
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .category h2 {
        margin-bottom: 20px;
        color: #8B0000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

.item {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin:15px;
}

    .item:last-child {
        border-bottom: none;
    }

    .item h3 {
        margin: 0;
        font-size: 1.2em;
    }

    .item p {
        margin: 5px 0;
    }

.price {
    font-weight: bold;
    color: #007b00;
}