 .levelImage 
     {
            height: 90px; /* Default for mobile */
     }
    #nextButton:hover
    {
         transform: scale(1.15);
         transition: all 0.8s ease; /* 👈 controls smoothness and speed */
    }
    .special-rate-bar 
    {
      background: linear-gradient(90deg, #ff5722, #ffc107);
      color: white;
      display: none;
      text-align: center;
      padding: 10px 20px;
      letter-spacing: 1.5px;
      width: 100%;
      z-index: 1000;
      font-size: 16px;
      font-weight: bold;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    .special-rate-bar span 
    {
      display: inline-block;
      margin-right: 10px;
      animation: pulse 1.5s infinite;
    }
    .special-rate-bar a 
    {
      color: #fff;
      text-decoration: underline;
      font-weight: bold;
    }
    @keyframes pulse 
    {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
    }
    .giftCLs
    {
        color: white;
        padding: 5px;
        font-size: 12px;
        margin-right: 5px;
        border-radius: 50px;
        background: red;
    }
    

    .priceMain
    {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    .priceStrike
    {
        text-decoration: line-through;
        font-size: 13px;
        color: grey;
    }

    .level-title
    {
        display: block;
        line-height: 1.4;
        font-weight: 500;
        font-size: 16px;
        color: black;
    }
    
.short-description
{
        font-size: smaller;
    display: block;
    margin: 3px 0px 10px 0;
    color: #939393;
}


.itemImageStyle:hover {
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /* transform: scale(1.02); */
}

    .itemFilter-clickable
    {
            font-size: 14px;display: inline-block;margin-right: 5px;border: 1px solid #80808036;color: black; cursor: pointer;font-weight: 400;background-color: #ffffff4a;margin-top: 3px;
    }
    .fa-times
    {
     font-size: 12px;
    color: red;
    margin-left: 5px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    }
  .couponDiv
  { 
    height: auto;
    margin: 20px;
    padding: 25px;
    border-radius: 17px;
    border-top: 3px solid red;
    background-color: #f7f7f7;
}
.couponDescription
{
 font-size: 13px;
 display: block;
 margin-bottom: -15px;
}
.couponHeading
{
 font-size: 16px;
 display: block;
 margin-top: 5px;
}
.btn-close {
    --bs-btn-close-color: none !important;
    --bs-btn-close-opacity: 1 !important;
}
.read-more-btn{
    text-decoration: none;
    color: black;
    cursor: pointer;


}

.selectBtnHover:hover{
  box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 71%) !important;
  transition: all 12.25s linear !important;
  background-color: black !important;
}
.customRadio{
    border-radius: 6px !important;
    padding: 5px !important;

}
.customRadio:hover{

    color: white;
}

.customeFiled
{
    border: 1px solid #bebebe;
    height: 27px;
    border-radius: 7px;
}
.inputSearch:focus
{
  outline: none; /* remove default focus outline */
  border-color: transparent; /* make border transparent when focused */
}
/* Make the image in the banner section full width */
.banner img {
 max-width: 90%;
 max-height: 300px;
}
.carousel-control-next-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    transform: scale(1.3);
    opacity: 1 !important;
}
.carousel-control-prev-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    transform: scale(1.3);
    opacity: 1 !important;
}

.add
{
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 5px 5px 5px;
    cursor: pointer;
    color: black;
    text-decoration: none !important;
}

.mobile-padding{
   padding-top:50px;
}
.mobile-margin
{
  margin-bottom : -40px; 
}

@media (max-width: 767px) 
{
    
    
.bannereveImage 
{
    max-height: 75vh !important;
    
}
        .itemdetailsPadding 
    {
        padding:0px !important;
    }

    .searchItemFilter{
        overflow-x: auto;display: flex;
    }
   .carousel {
    width: 98% !important;
}
.custom-div {
    margin: 2px 0 2px 20px !important;
}

.searchinp{
    margin-top: 4px;
    margin-bottom: 4px;
}
.selectedDiv
{
    bottom:40px !important;
    margin-bottom:0px !important;
}

.customCoponStyle{
    margin-bottom: -25px !important;
    margin-top: 20px;
/*     z-index: -1;*/
}

}


.table-strip {
    background-color: #000;         /* Black background */
    color: #fff;                    /* White text */
    font-size: 18px;                /* Readable font size */
    font-weight: bold;             /* Bold text */
    text-align: center;             /* Centered text */
    letter-spacing: 1px;
}



.levelDescription
{
    font-size:smaller;display: block; margin: 0px 0px 10px 0;color: #939393;
}
.closeModalLevelDesc
{
    position: absolute;
    top: 10px;
    right: 11px;
    padding: 0px 7px 2px;
    color: black;
    font-size: 20px;
    border-radius: 100px;
}


.closeModalGalleryClass
{
       position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 5px 0px;
    color: black;
    font-size: 20px;
    border-radius: 50px;

}


 .bannereveImageDiv {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.bannereveImage {
    display: block;
    width: 100%;
    max-height: 80vh;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover; /* ensures proper crop if height is fixed */
}



.categoryDetails
{
    /* margin:20px 0px ; */

    margin: 40px 0px 20px 0px;
}


.collectionNameBox
{
    margin:75px 0px 20px 0px;   
}
.catName
{
   font-size:18px;color:#3b3b3b;
}
.catDesc
{
    font-size: 14px;color:grey;font-weight:normal
}


.arrowsLevelGallery
{
    font-size: 30px;
    background-color: white;
    color: black;
    border-radius: 25px;
}



.variation-price
{
    color: grey; font-size: 14px;
}




.addon-label 
{
    color: #7e7e7e;
    font-size: 14px;
}
.addon-label input {
    margin-right: 6px;
}
.addon-price 
{
    color: #999; /* Light grey price */
    font-size: 14px;
    font-weight: bold;
}

.addon-mrp 
{
    text-decoration: line-through;
    color: #a0a0a0;
}


#sectionLoader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* backdrop */
      backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Smooth fade-in */
  transition: all 0.3s ease-in-out;
    display: flex ;       /* force flex */
    justify-content: center ;
    align-items: center ;
    z-index: 9999;
    text-align: center;
}
@keyframes spin 
{
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#eventsSection 
{
    display: none; /* content hidden rahega jab tak load na ho */
}
.date-picker-container 
{
    display: flex;
    overflow-x: auto; /* Allow horizontal scrolling on small screens */
    white-space: nowrap;
    padding: 10px;
    
    background: #f8f8f8;
    scrollbar-width: none; /* Hide scrollbar for mobile */
}
.date-picker-container::-webkit-scrollbar 
{
    display: none; /* Hide scrollbar for Chrome, Safari */
}

.date-list {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap; /* Prevent wrapping */
}

.select-date-box {
    background-color: #3c3c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.select-date-box .arrow {
    width: 10px;
    height: 10px;
    background-color: #3c3c3c;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
}

.date-item {
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.date-item_day_month {
    font-size: 13px; /* Reduced for better fit */
}

.date-item.active {
    background: #E6AF2E;
    color: #fff;
    font-weight: bold;
}





/* Coupon Card */


/* Coupon Heading */



/* Highlighted Coupon Code */

 /* Floating Button Styles START */
 .sticky-container {
    position: fixed;
    bottom: 93px;
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the buttons horizontally */
    gap: 20px; /* Adds space between buttons */
}

.floating-btn, .floating-order {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: transparent;
    color: black;
    border: 1px solid black;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Modal Customization */
.custom-modal {
    border-radius: 12px;
    overflow: hidden;
}

/* Image at the top */
/* Background Image */



.header-content {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    height: 100%; /* Take full height */
}


/* Waiter Image */
.waiter-img {
    height: 100px;
    border-radius: 50%;
}

/* Title */
.header-title {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

/* Custom Close Button */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 3;
}

.custom-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8); /* Light background */
    color: black;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Close Button Hover Effect */
.custom-close-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}



/* Floating Button Styles END */

  .service-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
        text-align: center;
        padding: 10px;
    }

    .service-box {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 13px 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-box img {
        height: 40px;
        margin-bottom: 7px;
    }

    .service-label {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .service-label input {
        accent-color: #007bff;
    }

    .service-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    /* Other input field styling */
    #otherInputContainer {
        margin-top: 10px;
    }

    .form-control {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
    }

    /* Stylish submit button */
    .custom-btn {
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background: linear-gradient(45deg, #333333, #000000);
        
        border-radius: 8px;
        transition: 0.3s;
        margin-top: 15px;
    }

    .custom-btn:hover {
        background: white;
        border: 1px solid;
        color: black;
        transform: scale(1.05);
    }

    
    .removeBtn:hover 
    {
        background-color: #e85b72;
        border: 1px solid #e85b72;
        cursor: pointer;
        font-weight: 500;
        color: white;
        text-decoration: none !important;
        
    }


    
.custom-search-wrapper input {
  width: 100%;
  padding-right: 7px; /* space for icon */
}


.customeFiled {
  position: relative;
  width: 100%;
}

.custom-search-select {
  width: 100%;
  padding: 0 30px 0 12px;
  border: none;
  font-size: 14px;
  height: 35px;
  outline: none;
  appearance: none; /* hide native arrow */
  background: transparent;
}


/* Search input */
.custom-search-input {
  border: none;
  padding: 0 12px;
  font-size: 14px;
  flex: 1;
  color: black;
  background: transparent;
  height: 100%;
  outline: none;
}

.custom-search-input::placeholder {
  color: rgba(0,0,0,0.6);
}


.custom-search-btn i {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}


/* image slider css */

              
.custom-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 15px;
}
.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}
.slider-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-slide img {
  max-height: 600px;
  width: auto;       /* Prevent stretch */
  height: auto;      /* Let browser scale naturally */
  max-width: 100%;   /* Responsive width */
  object-fit: contain;
  border-radius: 15px;
}


.image_slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 24px;   /* Bigger arrow */
  border: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border-radius: 50%;
  transition: background 0.3s;
  line-height: 1;    /* prevent vertical distortion */
}
.image_slider-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.image_slider-btn.prev {
  left: 10px;
}
.image_slider-btn.next {
  right: 10px;
}
.noOrderClass{
    margin: 50px 0 10px 0; display: block; font-size: 24px; font-weight: bold; color: #e6af2e;
}
.custom-header
{
     display: flex;
    background-color: #f7f7f7;      
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
}

.storeMessageCls{border: 0px !important;
    margin-bottom: 80px;
    padding-top: 6px !important;}

     .pagination-wrapper {
        text-align: center;
        margin: 25px 0;
    }
    .pagination-btn {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 6px;
        background: #f1f1f1;
        color: #333;
        text-decoration: none;
        border: 1px solid #ddd;
        transition: 0.3s;
    }
    .pagination-btn:hover {
        background: #ddd;
    }
     .pagination-btn.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

        .tooltip-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
   
}

.tooltip-text{display: none; position: absolute; background: #000; color: #fff; padding: 5px; border-radius: 3px;}