html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden; 
  background: #f2d09c ;  
}

/*MENU SECTION START*/

.navbar-brand img {
    width: 100px;
}

.nav-bg {
    background-color: #992e26;
}

.nav-item a{
    color: #f2d09c !important;
    font-size: 20px;
    font-weight: bold;
}

.social-icons a {
    display: inline-flex;               
    align-items: center;                
    justify-content: center;             
    color: #992e26 !important;           
    background-color: #f2d09c;              
    width: 40px;
    height: 40px;
    border-radius: 50%;                  
    font-size: 20px;                      
    transition: all 0.3s ease;            
    text-decoration: none;                
    margin: 0 5px;                        
}

/* Hover Effect */
.social-icons a:hover {
    background-color: #f2d09c;            
    color: #992e26 !important;            
    transform: scale(1.1);                
}
.navbar-toggler {
    background-color: #f2d09c;   
    border: none;                
    width: 50px;                  
    height: 50px;
    border-radius: 50%;          
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Change the icon color inside */
.navbar-toggler-icon {
    background-image: none; 
    width: 24px;
    height: 2px;
    background-color: #992e26; 
    position: relative;
    box-shadow: 0 8px 0 #992e26, 0 -8px 0 #992e26;
}

.owl-item {
  margin-right: 0 !important; 
}

.item {
    margin: 15px;
}


.bg-clr {
    background-color: #f2d09c;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allow clicks through except on buttons */
}

.owl-nav button {
  background: #992e26 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  pointer-events: auto; /* re-enable clicks */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
}

.owl-prev-icon, .owl-next-icon {
  font-size: 24px;
  line-height: 1;
}


/*MENU SECTION END*/


/*FOOTER*/

.footer{
  background-color: #f2d09c;
}
/*FOOTER SECTION*/


.menu-items {
    padding: 20px;
}



.mob-menu h5 {
  color: #992f27;
}

/* Menu container */
#mmenu {
  background: url("../assets/images/mb.jpg") no-repeat center center/cover;
  padding: 20px;
  font-family: "Poppins", sans-serif; /* modern font */
  color: #4b2e1f; /* softer brown instead of pure black */
}

/* Section headings (HOT BEVERAGES, COLD BEVERAGES, etc.) */
#mmenu h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid #a52a2a; /* accent line */
  display: inline-block;
  padding-bottom: 5px;
  color: #a52a2a; /* warm red */
}

/* Menu items */
#mmenu p {
  font-size: 16px;
  margin: 6px 0;
  display: flex;
  justify-content: space-between; /* align text left & price right */
  border-bottom: 1px dashed rgba(0,0,0,0.1); /* subtle divider */
  padding-bottom: 3px;
}

/* Left item name */
#mmenu p span.item {
  flex: 1;
}

/* Right price */
#mmenu p span.price {
  font-weight: 600;
  color: #333;
}








/*OWL SLIDER*/
.slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0; /* no outer gap */
  }

  .slide {
    flex: 1 1 50%;
    padding: 0 8px; 
    box-sizing: border-box;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #992e26  !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

/*OWL SLIDER*/
/* Make all images responsive */
.owl-carousel .item img {
  width: 100%;     
  height: auto;     
  object-fit: contain; 
  display: block;
}




}

/* Mobile specific (fix for 480px wide images) */
@media (max-width: 576px) {
  .owl-carousel .item img {
    width: 100vw;   
    max-width: 100%;
    height: auto;   
  }
}
@media (max-width: 576px) {
    .owl-carousel .item img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }
}



/* Hide by default */
#mmenu {
  display: none !important;
}

/* Show only on screens 768px and below (mobile/tablet) */
@media (max-width: 768px) {
  #mmenu {
    display: block !important;
  }
  #mmenu {
    background-image: url("../assets/images/mb2.png"); 
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh !important;   
  width: 100%;
  margin: 0;
  padding: 0;
  }

  .owl-nav {
    display: none !important;
  }

}


@media (max-width: 480px) {
    .owl-dots {
        display: none !important
    }

    .img-desktop {
        display: none !important;
    }
    #mmenu {
  border: none !important;
  outline: none !important;
}

    .owl-nav {
    display: none !important;
  }
}