
.all-container {
    color: #212529; 
  }
  .food-list-container {
    color: #212529;
  }
  .custom-font {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-size: small;
    font-weight: bold;
  }
  .nunito-custom {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
  .menu-item .item-name {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #d4a705;
  }
  .menu-item .item-price {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .menu-item .item-description {
    font-size: 0.875rem;
    color: #6c757d;
  }
  .menu-item .dotted-line {
    border-bottom: 1px dashed #6c757d;
    margin: 15px 0;
    /* width: 500px; */
  }

 

.modal-body img {
    max-width: 100%;
    height: auto;
}


a {
  text-decoration: none;
  color: black;

}

a:hover {
  color: yellow;
}

.text-with-lines {
  display: flex;
  align-items: center;
}

.line {
  border-top: 1px solid #cccccc7c;
}

@media (max-width: 576px) {
  .display-3 { font-size: 2rem !important; }
  .container { padding: 0 0.5rem; }
  .navbar-brand img { max-width: 80px !important; }
}

@media (max-width: 768px) {
  .display-3 { font-size: 2.5rem !important; }
  .py-5 { padding: 2rem 0 !important; }
}

@media (max-width: 992px) {
  .display-3 { font-size: 3rem !important; }
}
.btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  border: none;
  background: none;
  position: relative;
}

.btn-cart::after {
  content: attr(data-quantity);
  width: fit-content;
  height: fit-content;
  position: absolute;
  font-size: 15px;
  color: #f5c61c;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: .2s linear;
  top: 115%;
}

.icon-cart {
  width: 24.38px;
  height: 30.52px;
  transition: .2s linear;
}

.icon-cart path {
  fill: white;
  transition: .2s linear;
}

.btn-cart:hover > .icon-cart {
  transform: scale(1.2);
}

.btn-cart:hover > .icon-cart path {
  fill: #f5c61c;
}

.btn-cart:hover::after {
  visibility: visible;
  opacity: 1;
  top: 105%;
}

.quantity {
    display: none;
}

/* Add to Cart Button Animation */
.btn-warning {
    transition: all 0.3s ease;
}

.btn-warning:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(245, 198, 28, 0.3);
}
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

/* Allow Bootstrap utility classes to handle column padding */
.col, [class*="col-"] {
  max-width: 100%;
}

/* Only apply padding if responsive padding classes are NOT present */
.col:not([class*="ps-"]):not([class*="pe-"]), 
[class*="col-"]:not([class*="ps-"]):not([class*="pe-"]) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .col:not([class*="ps-"]):not([class*="pe-"]), 
  [class*="col-"]:not([class*="ps-"]):not([class*="pe-"]) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* Table Grid Styles */
.table-availability {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.table-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.table-grid img {
    transition: transform 0.2s ease;
}

.table-grid img:hover {
    transform: scale(1.2);
}

.area-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    border-bottom: 2px solid #f5c61c;
    padding-bottom: 5px;
}

.table-legend {
    font-size: 11px;
    color: #666;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.legend-item img {
    margin-right: 5px;
}

.table-preview {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.availability-status {
    font-size: 14px;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.legend-item {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem !important;
    }
    
    .lead {
        font-size: 16px !important;
    }
    
    .card-body {
        padding: 20px 15px !important;
    }
    
    .btn-lg {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
    
    .display-5 {
        font-size: 2rem !important;
    }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 2rem !important;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    .legend-item {
        margin-bottom: 10px;
        margin-right: 10px !important;
    }
    
    .d-flex.justify-content-center {
        flex-wrap: wrap;
    }
}

/* Table Grid Button Styles */
.table-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.table-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.table-btn img {
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease;
}

.table-btn:hover img {
    transform: scale(1.2);
}

.table-btn.booked img {
    filter: brightness(0.5) sepia(1) saturate(1000%) hue-rotate(-10deg);
}

.table-btn.selected {
    box-shadow: 0 0 0 2px #f5c61c;
    border-radius: 3px;
}

/* Booking Modal Styles */
#tableSelectionModal .modal-dialog {
    max-width: 800px;
}

.table-selection-preview {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.selected-table-info {
    font-size: 14px;
    color: #666;
}

.selected-table-info strong {
    color: #333;
}

.table-area-selection {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.area-select-btn {
    padding: 8px 16px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.area-select-btn.active {
    background-color: #f5c61c;
    border-color: #f5c61c;
    color: #000;
    font-weight: bold;
}

.table-grid-container {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* ===== RESERVATION SECTION STYLES ===== */

/* Table Grid Container - Keeping original styling */
.table-availability {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Area Labels - Keeping original styling */
.area-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    border-bottom: 2px solid #f5c61c;
    padding-bottom: 5px;
}

.area-label i {
    color: #f5c61c;
    margin-right: 5px;
}

.area-label small {
    font-weight: normal;
    color: #666;
    margin-top: 2px;
}

/* Table Grid Layout - Keeping original styling with more space */
.table-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* Increased from 4px for more space */
    margin-bottom: 10px;
    justify-content: center;
}

/* Different grid styles */
.dining-grid {
    max-width: 600px;
    margin: 0 auto;
}

.music-grid {
    max-width: 400px;
    margin: 0 auto;
}

.upstairs-grid {
    max-width: 300px;
    margin: 0 auto;
}

/* Individual Table Item - Enhanced from original */
.table-item {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 70px;
}

.table-item img {
    width: 40px;
    height: 40px;
    padding: 5px;
    transition: all 0.3s ease;
    border-radius: 2px;
    border: 2px solid #010101;
}

/* Table Number Styling - Added for numbers */
.table-number {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    margin-top: 3px;
    display: block;
    min-height: 16px;
}

.table-item.reserved .table-number {
    color: #999;
}

.table-item.selected .table-number {
    color: #000;
    font-weight: 700;
}

/* Table States - Keeping original hover effects */
.table-item.available:hover {
    transform: scale(1.15);
    z-index: 10;
}

.table-item.selected {
    transform: scale(1.2);
    z-index: 20;
}

.table-item.selected img {
    border: 2px solid #f5c61c;
    box-shadow: 0 0 8px rgba(245, 198, 28, 0.4);
}

.table-item.reserved {
    cursor: not-allowed;
    opacity: 0.6;
    filter: grayscale(70%);
}

.table-item.reserved:hover {
    transform: none;
}

/* Table Legend - Keeping original styling */
.table-legend {
    font-size: 11px;
    color: #666;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.legend-item img {
    margin-right: 6px;
}

.legend-item:last-child div {
    border: 2px solid #f5c61c;
    background-color: #f5c61c;
}

/* Selection Summary - Keeping original styling */
.selection-summary {
    background-color: rgba(245, 198, 28, 0.05);
    border: 1px solid rgba(245, 198, 28, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.selection-summary h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.selected-tables-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.selected-tables-list li {
    margin-bottom: 5px;
    padding: 8px 12px;
    background-color: rgba(245, 198, 28, 0.08);
    border: 1px solid rgba(245, 198, 28, 0.2);
    border-radius: 4px;
    color: #333;
    font-weight: 500;
}

/* Book Button - Keeping original styling */
.book-btn {
    transition: all 0.3s ease;
}

.book-btn:hover:not(:disabled) {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.book-btn:not(:disabled) {
    background-color: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

.book-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.book-btn-enabled {
    background-color: #f5c61c !important;
    border-color: #f5c61c !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.book-btn-enabled:hover {
    background-color: #e0b524 !important;
    border-color: #e0b524 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Telephone Reservations - Keeping original styling */
.custom-font.text-uppercase {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-size: small;
    font-weight: bold;
}

h2[style*="font-family: 'Gill Sans'"] {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: color 0.3s ease;
}


/* WhatsApp Button Hover Effects */
.whatsapp-btn {
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}