/* General Body Styles */
body {
    font-family: 'Poiret One', sans-serif;
    /* A neutral, off-white background for the page */
    background-color: #f7f5f2; 
    color: #212121;
    margin: 0;
    /* Add padding to the bottom to prevent FABs from overlapping footer */
    padding: 1rem 1rem 100px 1rem; 
    line-height: 1.6;
}

/* Font Family Classes */
.font-bungee { font-family: 'Bungee Inline', sans-serif; }
.font-rock3d { font-family: 'Rock 3D', sans-serif; }
.font-frijole { font-family: 'Frijole', cursive; }
.font-oohbaby { font-family: 'Oooh Baby', cursive; }

/* Main Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 1rem 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background-color: #ffffff;
    /* New, more subtle background pattern */
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.6' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='2'/%3E%3Ccircle cx='13' cy='13' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

/* Header */
.main-header {
    display: flex;
    /* Adjusted to keep logo on the left */
    justify-content: flex-start; 
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px dashed #e0e0e0;
}

/* Logo container and image styling */
.logo-container {
    flex-shrink: 0;
    width: 80px;
    height: 90px; /* Adjusted height to better fit the logo's aspect ratio */
    border-radius: 15px; /* Increased corner radius */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.brand-logo {
    width: 100%;
    height: 100%;
    /* This ensures the entire logo is visible without being cropped or stretched */
    object-fit: contain; 
    border-radius: 15px; /* Increased corner radius */
}

/* Main Title Section */
.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.main-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
}

/* Menu Columns Layout */
.menu-columns {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.menu-column {
    flex: 1;
    min-width: 280px;
    padding: 0 1rem;
    border-right: 2px solid #f0f0f0;
}

.menu-column:last-child {
    border-right: none;
}

.column-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.heading-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    border-radius: 3px;
    transform: skewX(-15deg);
}

.column-title.base::after { background-color: #007bff; }
.column-title.protein::after { background-color: #fd7e14; }
.column-title.sauce::after { background-color: #dc3545; }

.menu-column ul {
    list-style: none;
    padding: 0;
}

.menu-column li {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.menu-column li small {
    display: block;
    font-style: italic;
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
}

.menu-column li .description {
    font-size: 0.9rem;
    color: #757575;
    margin-top: 0.25rem;
    font-weight: 400;
}

.tag.veg {
    color: #28a745;
    font-weight: bold;
    font-size: 0.8rem;
}

.spicy-icon {
    color: #e53935; /* A vibrant red */
    font-size: 1.1rem;
    margin-left: 0.25rem;
}

/* Pricing Section */
.pricing-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 15px;
}

.sides-info .font-oohbaby {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1;
    color: #ffc107;
}

.sides-info p {
    margin: 0.5rem 0 0;
    font-size: 1.1rem;
    color: #e0e0e0;
}

.price {
    text-align: right;
}

.price p {
    font-family: 'Bungee Inline', sans-serif;
    font-size: 3.5rem;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}

.price small {
    font-size: 1rem;
    color: #bdbdbd;
}

/* Pre-Footer Info */
.pre-footer-info {
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 1rem; /* Add some space before the dotted line */
    font-size: 1.1rem;
    color: #555;
    font-weight: bold;
}

/* Footer Info */
.main-footer-info {
    text-align: center;
    padding-top: 1rem;
    font-size: 1rem;
    color: #555;
    border-top: 2px dashed #e0e0e0; /* Changed to dashed to match header */
}

.main-footer-info p {
    margin: 0.25rem 0; /* Add small vertical margin for spacing */
    line-height: 1.5;
}

/* Styling for the time spans in footer */
.footer-time {
    background-color: #f0f0f0;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
}

/* Independent Credits Section */
.credits-container {
    text-align: center;
    margin-top: 1.5rem;
}

.credits-link {
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #a9a9a9; /* Medium gray for "Designed and Hosted by" */
    background-color: #212121; /* Dark charcoal background */
    padding: 0.6rem 1.5rem;
    border-radius: 50px; /* Pill shape */
    transition: background-color 0.3s ease;
}

.credits-link:hover {
    background-color: #333;
}

.credits-link .dooby { 
    color: #ff9800; /* Orange color for Dooby */
    font-weight: bold; 
}

.credits-link .dev { 
    color: #ffffff; /* White color for Dev */
    font-weight: bold; 
}


/* Floating Action Buttons */
.floating-action-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.fab {
    background-color: #28a745;
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-title {
        font-size: 3rem;
    }
    .menu-column {
        border-right: none;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }
    .menu-column:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 1rem;
        /* New, more subtle background pattern */
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.6' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='2'/%3E%3Ccircle cx='13' cy='13' r='2'/%3E%3C/g%3E%3C/svg%3E");
    }
    .main-header {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .main-title {
        font-size: 2.5rem;
    }
    .pricing-section {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    .price {
        text-align: center;
    }
}
