/* Restaurant Page Specific Styles */
.restaurant-page .page-title {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
                url('../assets/img/restaurant/restaurant-bg.jpg') center/cover no-repeat;
    padding: 80px 0 40px;
    border-bottom: 1px solid #e8f4fc;
}

.restaurant-page .page-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.restaurant-page .breadcrumbs {
    background: transparent;
    padding: 0;
}

.restaurant-page .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.restaurant-page .breadcrumbs ol li {
    display: flex;
    align-items: center;
}

.restaurant-page .breadcrumbs ol li a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.restaurant-page .breadcrumbs ol li a:hover {
    color: #2980b9;
}

.restaurant-page .breadcrumbs ol li.current {
    color: #7f8c8d;
}

.restaurant-page .breadcrumbs ol li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    color: #bdc3c7;
}

/* Restaurant Section */
.restaurant.section {
    padding: 80px 0;
}

/* Restaurant Content */
.about-content h2 {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-content .fst-italic {
    color: #7f8c8d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.about-content p {
    color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Feature Items */
.feature-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.feature-item i {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 15px;
}

.feature-item h4 {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-item p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Chef Signature */
.signature {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #3498db;
    border-radius: 8px;
}

.chef-name {
    color: #2c3e50;
    font-weight: 600;
    font-style: italic;
}

.chef-title {
    font-size: 0.9rem;
}

/* Gallery */
.about-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.about-gallery .gallery-item:hover {
    transform: scale(1.02);
}

.about-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    background: rgba(52, 152, 219, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Menu Section */
.menu.section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.description-title {
    display: inline-block;
    color: #3498db;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title h2 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 15px;
}

.section-title p {
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

/* Menu Filters */
.menu-filters {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    text-align: center;
}

.menu-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.menu-filters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    background: white;
    border: 2px solid #e0e6ed;
}

.menu-filters li:hover,
.menu-filters li.filter-active {
    color: white;
    background: #3498db;
    border-color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.menu-filters li.filter-active {
    background: #3498db;
    border-color: #3498db;
}

.menu-filters li i {
    font-size: 14px;
}

/* Loading States */
#menu-loading,
#specials-loading {
    padding: 60px 0;
}

#menu-loading .spinner-border,
#specials-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #3498db;
}

#specials-loading .spinner-border {
    color: #ffc107;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Error States */
#menu-error,
#specials-error {
    padding: 60px 0;
}

.alert-warning {
    background: linear-gradient(135deg, #ffeaa7, #fab1a0);
    border: none;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Menu Container */
.menu-container {
    min-height: 300px;
}

/* Menu Items */
.menu-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.menu-item.special-item {
    border: 2px solid #ffc107;
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.2);
}

.menu-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    transition: transform 0.5s ease;
}

.menu-item:hover .menu-img {
    transform: scale(1.1);
}

.menu-content {
    flex: 1;
}

.menu-content h5 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-tag {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 15px;
    background: #e0e6ed;
    color: #7f8c8d;
}

.menu-content p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.price {
    color: #3498db;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Isotope Transitions */
.isotope-item {
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.isotope-item.isotope-hidden {
    pointer-events: none;
    opacity: 0;
    transform: scale(0.001);
}

/* Special Items Section */
.specials-badge {
    text-align: center;
    margin-bottom: 40px;
}

.specials-badge .badge {
    padding: 10px 30px;
    background: linear-gradient(45deg, #ffc107, #ff9800);
    color: #212529;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
}

.special-item .menu-item-img {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.special-item .menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.special-item:hover .menu-item-img img {
    transform: scale(1.1);
}

.menu-item-badges {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.badge-special,
.badge-vegan,
.badge-spicy {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-special {
    background: #ffc107;
    color: #212529;
}

.badge-vegan {
    background: #28a745;
    color: white;
}

.badge-spicy {
    background: #dc3545;
    color: white;
}

.menu-item-content {
    padding: 25px;
}

.menu-item-content h4 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.menu-item-content p {
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.menu-item-price {
    color: #3498db;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Bar &  Highlight */
.info-box {
    background: linear-gradient(135deg, white, #f8f9fa);
    border: 1px solid #e0e6ed;
    transition: all 0.3s ease;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.info-box i {
    color: #3498db;
}

.info-box h4 {
    color: #2c3e50;
    font-weight: 600;
}

.btn-international {
    border: 2px solid #3498db;
    color: #3498db;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-international:hover {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
}

/* Download Menu Button */
.download-menu {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.download-menu:hover {
    background: linear-gradient(135deg, #2980b9, #1c5a82);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
    color: white;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .about-content h2 {
        font-size: 1.8rem;
    }
    
    .menu-img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 991px) {
    .restaurant-page .page-title {
        padding: 60px 0 30px;
        text-align: center;
    }
    
    .restaurant-page .page-title h1 {
        font-size: 2rem;
    }
    
    .restaurant-page .breadcrumbs {
        justify-content: center;
    }
    
    .about-gallery .row {
        margin-top: 30px;
    }
    
    .menu-filters li {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .restaurant.section {
        padding: 60px 0;
    }
    
    .menu.section {
        padding: 60px 0;
    }
    
    .menu-filters ul {
        gap: 8px;
    }
    
    .menu-filters li {
        padding: 6px 15px;
        font-size: 13px;
    }
    
    .menu-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .menu-img {
        width: 150px;
        height: 150px;
    }
    
    .menu-content h5 {
        justify-content: center;
    }
    
    .info-box .row {
        flex-direction: column;
        text-align: center;
    }
    
    .info-box .text-md-end {
        text-align: center !important;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .feature-item {
        padding: 20px;
    }
    
    .menu-img {
        width: 120px;
        height: 120px;
    }
    
    .special-item .menu-item-img {
        height: 200px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .menu-item,
    .feature-item,
    .info-box,
    .btn-international,
    .download-menu,
    .gallery-item,
    .menu-filters li {
        transition: none;
    }
    
    .menu-item:hover,
    .feature-item:hover,
    .info-box:hover {
        transform: none;
    }
    
    .menu-img,
    .special-item .menu-item-img img {
        transition: none;
    }
}

/* Focus styles for accessibility */
.menu-filters li:focus,
.btn-international:focus,
.download-menu:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.menu-item:focus-within {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* Empty state */
#menu-empty {
    padding: 60px 0;
}

.alert-info {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    border: none;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}