/* Global Styling */
body {
  background-color: #f0f4f8;
  font-family: 'Segoe UI', sans-serif;
  color: #1e1e2f;
  margin: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Navbar */
.navbar {
  background-color: #f0f4f8;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.navbar-brand img {
  height: 80px;
  max-height: 80px;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 60px;
  }

  .navbar-nav {
    background-color: #f0f4f8;
    padding: 1rem;
    border-radius: 10px;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    text-align: center;
  }
}

.navbar-brand,
.nav-link {
  color: #1c2c3b !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #ffdd57 !important;
  text-decoration: underline;
}

/* Sections */
.section-title {
  /*color: #1c2c3b;*/
  color: white;
  margin-bottom: 30px;
  font-weight: 600;
}

.menu-section-title {
    color: white;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Cards */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-5px);
}

.card-body {
  text-align: center;
}

/* Buttons */
.btn-primary {
  background-color: #1c2c3b;
  border: none;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #1c2c3b;
}

.btn-danger,
.btn-outline-primary {
  border-radius: 8px;
}

/* Cart List (Normal Section) */
#cartList li {
  font-size: 14px;
}

/* Cart Drawer */
.cart-drawer-bottom {
  position: fixed;
  bottom: -100%;
  left: 10px;
  right: 10px;
  width: auto;
  max-height: 55%;
  background-color: #ffffff;
  padding: 20px;
  border-top: 2px solid #ddd;
  z-index: 1050;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 0;
}

.cart-drawer-bottom.open {
  bottom: 0;
}

.cart-drawer-bottom.expanded {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
  z-index: 2000;
}

/* Cart Drawer Header */
.cart-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
  padding-bottom: 10px;
}

/* Cart Drawer List Items */
#drawerCartList .list-group-item {
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#drawerCartList .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 576px) {
  #drawerCartList .list-group-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Footer */
footer {
    margin-top: auto;
    /* background-color: #1c2c3b;*/
    background-color: black;
    color: white;
    padding: 15px;
    text-align: center;
}
#categoryTabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.category-box {
    border-radius: 12px;
    /*background-color: #fff;*/
    background-color: black;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: white;
}

    .category-box:hover,
    .category-box.active {
        /*background-color: #1c2c3b;*/
        background-color: black;
        color: white;
    }

#bannerImage::before {
    content: "Loading";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Change the color and opacity as needed */
}


.slider-container {
    width: 100%; /* Adjust as needed */
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex; /* Arrange slides horizontally */
    transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
}

.slide {
    min-width: 100%; /* Each slide takes full width of container */
    box-sizing: border-box; /* Include padding/border in width */
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(255,255,255,0.5); /* Semi-transparent background */
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }



.social-links{
    width: 48px;

}

.social-links-section {
    text-align: center;
    padding-top: 1em;
    margin-bottom: 1em;
}

.menu-container {
    background-color: black;
    color: white;
}


.fullscreen-bg {
    //background-image: url('your-image.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* This scales the image to cover the entire container */
    height: 100vh; /* 100% of the viewport height */
    width: 100vw; /* 100% of the viewport width */
}
