
body {
-webkit-user-select: none; /* Chrome, Safari */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE10+ */
user-select: none;         /* Standard */
}

img {
pointer-events: none;
-webkit-user-drag: none;
}


body {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.aclonica-regular {
  font-family: "Aclonica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
}
.slider-category .slick-list.draggable {
    padding: 20px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before,
.slider-combos .slick-prev:before,
.slider-combos .slick-next:before{
  color: #eb0029;       
  font-size: 24px;      
  opacity: 1; 
}
.slick-prev:before {
  content: '\276E'; 
}
.slick-next:before {
  content: '\276F';
}
.banner-slider .slick-list.draggable {
    padding: 0;
}


.breadcrumb-wrapper {
  background-image: url('../../assets/images/banner4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.breadcrumb a {
  color: white;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.food-card p.mb-1.text-muted {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
}
.food-card .includeItems {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar.fixed-bottom a.nav-link {
    font-size: 0.85rem;
    color: #fff;
}
.navbar.fixed-bottom a.nav-link:hover,
.navbar.fixed-bottom a.nav-link.active{
    color: #eb0029;
}

.slider-category .slick-next {
    right: 0;
}
.slider-category .slick-prev {
    left: 0;
    z-index: 999;
}
.slider-category .slick-prev, .slider-category .slick-next {
    background-color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 55px;
}


#desktop-navbar.bg-light {
  background-color: #f8f9fa !important; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
}
#desktop-navbar.bg-light .nav-link {
  color: #212529; 
}
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show,
#desktop-navbar.bg-light .nav-link.active {
    color: #eb0029;
}

#desktop-navbar.bg-light .navbar-brand img {
  filter: none; 
  height: 70px;
}
#mobile-logo-nav.bg-light {
  background-color: #f8f9fa !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
}
.page-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px; 
  pointer-events: none; 
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 123, 255, 0.3);
  z-index: 10;
}



.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}


.slider-category {
  padding-bottom: 10px;
}
.food-card {
  margin-right: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.food-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.food-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.price-area {
  font-size: 0.9rem;
}





.combo-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.combo-card img {
  transition: transform 0.3s ease;
}

.combo-card:hover img {
  transform: scale(1.05);
}
.combo-card .badge.bg-success.px-3.py-2.fs-6.position-absolute.bottom-0.start-0.m-2 {
    height: 32px;
    width: auto;
}




.offer-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.object-fit-cover {
object-fit: cover;
}

/* Optional: add a subtle bounce on hover for the offer badge */
.offer-badge {
transition: transform 0.3s ease;
}

.offer-card:hover .offer-badge {
transform: scale(1.1);
}


.circle-shape {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 110px;
    height: 110px;
    border: 2px dotted #eb0029;
    border-radius: 50%;
    animation: spin 4s linear infinite;
    z-index: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/**/
.menuPage {
  background-image: url('../../assets/images/menu_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#menuTabs {
    border-bottom: none;    
}
#menuTabs .nav-item {
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px dashed #eb0029;
}
#menuTabs .nav-item:last-child {
    border-right:none;
}
.nav-tabs .nav-link{
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-bottom: 0;
    font-weight:normal;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-bottom: 0;
    font-weight:normal;
    color: #eb0029;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;margin-bottom: 0;font-weight:normal;
}





.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-inner {
  display: flex;
  will-change: transform;
}

.marqee-list {
  display: flex;
  padding-left: 100%;
}

.marquee-item {
  display: flex;
  animation: none;
}

.text-slider {
  margin-right: 40px;
}

.marquee-wrapper .text-style {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bcb8b1;
  cursor: pointer; 
  position: relative;
  transition: color 0.3s;
}

.marquee-wrapper .text-style::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #eb0029;
  transition: width 0.3s ease;
}

.marquee-wrapper .text-style:hover {
  color: #eb0029;
}

.marquee-wrapper .text-style:hover::after {
  width: 100%; /* ✅ animate border bottom on hover */
}











.heroSec {
  position: relative;
  background: #f8f9fa;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-slider {
  flex: 1;
  min-width: 300px;
  overflow: hidden;
  max-height: 780px;
}

.banner-slide {
  position: relative;
}
.banner-slide img {
  width: 100%;
  height: 100%;
  max-height: 780px;
  object-fit: cover;
  display: block;
}
.banner-caption {
  position: absolute;
  bottom: 30px;
  left: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  border-radius: 6px;
  color: #fff;
  max-width: 90%;
}
.banner-caption h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}
.banner-caption p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}

#bannerCarousel.circle-carousel {
  width: 528px;
  height: 528px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  position: absolute;
  right: 0;
}

/* Carousel Image */
#bannerCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: rotate-anticlock 20s linear infinite;
}
.banner-slide .slick-dotted.slick-slider {
    margin-bottom: 0;
}

@keyframes rotate-anticlock {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* Responsive Styles */
@media (max-width: 992px) {

#menuTabs .nav-item {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.customMenuCard .card-body.px-4.overflow-hidden {
    max-width: 200px !important;
}
.customMenuCard .item-thumb {
    height: 60px !important;
    width: 60px !important;
}
.customMenuCard .item-thumb img.shadow {
    height: 60px !important;
    width: 60px !important;
}
.customMenuCard .circle-shape {
    width: 70px;
    height: 70px;
}
  .heroSec {
    flex-direction: column;
    align-items: center;
    padding:0;
    min-height: 100%;
  }
    
  .banner-slider {
    width: 100%;
    max-height: none;
  }

  #bannerCarousel.circle-carousel {
    width: 300px;
    height: 300px;
    position: relative;
  }

  .banner-caption h2 {
    font-size: 20px;
  }

  .banner-caption p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .banner-caption {
    bottom: 15px;
    left: 10px;
    padding: 10px 15px;
  }

  .banner-caption h2 {
    font-size: 18px;
  }

  .banner-caption p {
    font-size: 12px;
  }

  #bannerCarousel.circle-carousel {
    width: 220px;
    height: 220px;
  }
}



@media (max-width: 767px) {
    .page-wrapper::before {
        height: 66px;
    }
    .banner-slider {
        max-height: 450px;
    }
    .banner-slider .slick-list.draggable {
        padding: 0;
        height: 100% !important;
    }
    .slider-category .slick-list.draggable {
        padding: 20px 0px;
    }
}
















