/* أنماط حاوية القائمة */
.reshad-efndi-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* أنماط السلايدر */
.reshad-efndi-categories-swiper {
    overflow: hidden;
    padding: 15px 0;
    margin: 0 -10px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    width: auto;
    min-width: 140px;
    padding: 0 10px;
    user-select: none;
}

/* أنماط التبويبات */
.reshad-efndi-menu-tab {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #f8f8f8;
    transition: all 0.3s;
    white-space: nowrap;
    cursor: pointer;
}

.reshad-efndi-menu-tab.reshad-efndi-active {
    border-color: #ff6b6b;
    background: #2a2a2a;
    color: white;
}

/* أنماط الأيقونات */
.reshad-efndi-category-icon,
.reshad-efndi-default-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.reshad-efndi-category-icon svg {
    fill: #C3A005;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reshad-efndi-default-icon {
    font-size: 40px;
    line-height: 50px;
}

/* أنماط النصوص */
.reshad-efndi-category-name {
    font-family: 'Arial', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.reshad-efndi-menu-tab.reshad-efndi-active .reshad-efndi-category-name {
    color: white;
}

/* أنماط العناصر */
.reshad-efndi-menu-items-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.reshad-efndi-menu-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: white;
}

.reshad-efndi-item-image img {
    width: 100px!important;
    height: 100px!important;
    object-fit: cover!important;
    border-radius: 5px!important;
}

.reshad-efndi-item-details {
    flex: 1;
}

.reshad-efndi-item-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 8px;
}

h3.reshad-efndi-item-title {
    font-size: 30px!important;
}
.reshad-efndi-item-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 8px;
}

.reshad-efndi-item-price {
    color: #ff6b6b;
    font-weight: bold;
    font-size: 1.2em;
}

/* استجابة للهواتف */
@media (max-width: 768px) {
    .reshad-efndi-menu-item {
        /*flex-direction: column;*/
    }
    
    .reshad-efndi-item-image img {
        width: 100%;
        height: 200px;
    }
    
    .swiper-slide {
        min-width: 120px;
    }
    .reshad-efndi-item-image {
    width: 20%;
}
}

.reshad-efndi-menu-category-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* عمودين في كل صف */
    gap: 20px; /* المسافة بين العناصر */
}

@media (max-width: 768px) { 
    .reshad-efndi-menu-category-items {
        grid-template-columns: repeat(1, 1fr); /* عمود واحد على الشاشات الصغيرة */
    }
}


.swiper-button-next, .swiper-button-prev{
    color: #c3a005!important;
}


/* تنسيقات مخصصة للأطباق المميزة */

.reshad-efndi-featured-menu-container-custom {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   /* margin-bottom: 30px;*/
}

.reshad-efndi-category-title-custom {
    font-size: 24px !important;
    color: #1a202c;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #c49d03;
    display: inline-block;
    padding-bottom: 5px;

}

.reshad-efndi-featured-items-grid-custom {
    display: flex;
   /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    gap: 20px;
    flex-direction: column;
}

.reshad-efndi-featured-item-custom {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
}

.reshad-efndi-featured-item-custom:hover {
    transform: translateY(-5px);
}



.reshad-efndi-item-image-custom img {
    width: 150px !important;
    height:150px!important;
    max-width:150px!important;
    max-height:100%!important;
    object-fit: cover !important;
}



.reshad-efndi-item-details-custom {
   padding: 5px;
  
}

.reshad-efndi-item-details-custom h3 {
    font-size: 16px!important;
    color: #2d3748;
    margin-bottom: 3px;
}

.reshad-efndi-item-details-custom p {
    font-size: 12px!important;
    color: #4a5568;
    margin-bottom: 3px;
    min-height: 20px;
}

.reshad-efndi-item-price-custom {
    font-size: 12px;
    color: #e53e3e;
    font-weight: bold;
}
