body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 0, 0.13);
}

h2 {
    color: #2d6a4f;
    font-weight: 600;
}

.branding {
    /* background-color: rgb(123, 126, 184) !important; */
    background: linear-gradient(to right, #ffff66, #ff6600);
}

.navbar {
    background-color: #e65c00 !important;
    /* background: linear-gradient(to left, #ffff66, #ff6600); */
}

.navbar-brand {
    font-size: 1.5rem;
    color: #ff3300 !important;
    font-weight: bold;
}

.nav-item .nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

#menu-items .card {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#menu-items .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.menu-item .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.menu-item .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.menu-item .card-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.menu-item .text-success {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.menu-item .text-info {
    font-size: 0.8rem;
    font-weight: 500;
    background: #f0f7ff;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 1.5rem;
}

/* Custom Button Styles */
.btn-view-details {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}

.btn-view-details:hover {
    background-color: #e9ecef;
    border-color: #ccc;
    transform: translateY(-2px);
}

.btn-add-to-cart {
    background: linear-gradient(135deg, #2d6a4f 0%, #1b4332 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(45, 106, 79, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-add-to-cart:hover {
    background: linear-gradient(135deg, #1b4332 0%, #081c15 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(45, 106, 79, 0.3);
    color: white;
}

/* Quantity Control Styles */
.qty-control {
    display: flex;
    align-items: center;
    background: #f1f3f5;
    border-radius: 10px;
    padding: 4px;
    width: 100%;
}

.qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: white;
    color: #2d6a4f;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background: #2d6a4f;
    color: white;
}

.qty-value {
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
}


#whatsapp img {
    border: 2px solid #2d6a4f;
    border-radius: 10px;
}

.list-unstyled li {
    margin: 10px 0;
    font-size: 1.2rem;
}

.card-img-top {
    height: 250px;
    width: 100%;
    /* object-fit: cover; */
}

.cat-card-img-top {
    height: 100px;
    object-fit: cover;
}


#category-nav {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap !important;
    gap: 1px;
    /* border-bottom: 2px solid #ddd; */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

#category-nav::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

#category-nav:first-child {
    padding-left: 50px;
}

/* #category-nav .category-tile:last-child {
    margin-right: 50px !important;
} */

#category-nav .category-tile {
    display: flex;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* padding: 10px 15px; */
    padding: 0 15px;
    margin: 2px;
    border-radius: 5px;
    /* background-color: rgb(229, 230, 247); */
    /* color: #333; */
    cursor: pointer;
    /* transition: background-color 0.3s, color 0.3s; */
    /* box-shadow: none; */

    /* padding: 10px 20px; */
    /* margin: 5px; */
    /* border-radius: 8px; */
    transition: transform 0.3s, box-shadow 0.3s;
}

#category-nav .category-tile.active {
    border: 2px solid #808000 !important;
}

#category-nav .category-tile:hover {
    border: 1px solid #808000;
    /* border: 1px solid  rgb(255, 255, 255); */
    /* background-color: #0056b3; */
    /* color: #fff; */
    transform: scale(1.02);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

/* Category-specific background colors */
.category-tile.cat-0 {
    background-color: #ccff33;
    /* Vibrant Orange */
    color: #86b300;
}

.category-tile.cat-1 {
    background-color: #ff99cc;
    /* Bright Green */
    color: #e60073;
}

.category-tile.cat-2 {
    background-color: #9999ff;
    /* Bold Blue */
    color: #0000cc;
}

.category-tile.cat-3 {
    background-color: #79ff4d;
    /* Pink */
    color: #208000;
}

.category-tile.cat-4 {
    background-color: #ffff00;
    /* Bright Yellow */
    color: #808000;
}

.category-tile.cat-5 {
    background-color: #00ccff;
    /* Light Green */
    color: #006680;
}

.category-tile.cat-6 {
    background-color: #4dff88;
    /* Deep Purple */
    color: #009933;
}

.category-tile.cat-7 {
    background-color: #ff4da6;
    /* Dark Red */
    color: #99004d;
}

.category-tile.cat-8 {
    background-color: #4d79ff;
    /* Crimson */
    color: #002699;
}

.category-tile.cat-9 {
    background-color: #ffa64d;
    /* Burgundy */
    color: #994d00;
}

/* Styling for branding */
.branding {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #fff;
}

.branding img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

/* Redesigned header section styling */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

.site-title {
    font-size: 2rem;
    color: #333;
    margin: 0;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.navigation a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.navigation a:hover {
    text-decoration: underline;
}

.search-bar {
    display: flex;
    align-items: center;
}

.search-bar input {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.search-bar button {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-bar button:hover {
    background-color: #0056b3;
}

/* Modal Styling */
.modal-content {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: linear-gradient(to right, #ffff66, #ff6600);
    color: #ff3300;
    border: 1px solid ff3300;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.modal-body img {
    border-radius: 10px;
    height: 200px;
    width: 80%;
    display: block;
    margin: auto;
    /* object-fit: cover; */
}

.modal-body p {
    font-size: 1rem;
    line-height: 1.5;
}

.modal-body .text-success {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Button Styling */
/* button {
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}
button:hover {
    transform: scale(1.05);
    background-color: #e36111 !important;
} */

/* Active Category Tile */
/* .category-tile.active {
    background-color: #2d6a4f;
    color: #ffffff;
    font-weight: bold;
} */

/* Cart Icon and Badge Styling */
#viewCart {
    padding-right: 5px;
    /* margin-left: 1px; */
}

#cart-count {
    font-size: 0.7rem;
    padding: 0.35em 0.5em;
    position: absolute;
    top: 5px;
    left: 20px;
}

#viewCart i {
    transition: transform 0.2s;
}

#viewCart:hover i {
    transform: scale(1.1);
}

/* Footer Styling */
footer {
    background-color: #333;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-top: 50px;
}

.footer-link {
    color: #ff6600;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ff9933;
}

.footer-container p {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #bbb;
}

.status-badge {
    font-size: 0.8rem;
    padding: 0.4em 0.8em;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.status-processing {
    background-color: #cce5ff;
    color: #004085;
}

.status-transit {
    background-color: #e2d9f3;
    color: #4527a0;
}

.status-completed {
    background-color: #d4edda;
    color: #155724;
}

.status-cancelled {
    background-color: #f8d7da;
    color: #721c24;
}

#orderFilters .nav-link {
    color: #000000 !important;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 2px;
    transition: all 0.2s;
    background-color: #2d6a4f70;
}

#orderFilters .nav-link.active {
    background-color: #2d6a4f;
    color: white !important;
}

#orderFilters .nav-link:hover:not(.active) {
    background-color: #2d6a4f;
    color: white !important;
}