@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');



#loginTopImage {
  width: 152px;
  height: 181px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.ios .radio input[type="radio"]:checked ~ .icon-radio, .ios label.item-radio input[type="radio"]:checked ~ * .icon-radio, .ios label.item-radio input[type="radio"]:checked ~ .icon-radio {
  width: 25px !important;
  height: 25px !important;
  border: 2px solid !important;
  /* border-color: black; */
  border-radius: 14px !important;
  background-color: #ffda6a !important;
}


.loginHtext {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 150%;
}

.loginHelpText {
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 180%;
color: gray;
margin: 5px 0px;
}


.image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 aspect ratio */
  background-color: #ffffff; /* Placeholder background color */
}

#mealImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  object-fit: cover !important; 
  /* object-fit: fill !important;  */
  /* border-radius: 10px; */
  margin-top: -17px;
  /* object-fit: fill;  */
}


.skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

 


.loginBtnStyle {

padding: 16px 12px;
background: #FE724C;
border-radius: 8px;
font-family: 'Roboto';
border: 0px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 180%;
text-align: center;
color: #FFFFFF;

}

.loginInputs {
  background: #f5f5f5 !important;
  border: 1.5px solid #e8e7e7 !important;;
  font-family: 'Roboto' !important;;
  font-style: normal !important;;
  font-weight: 400 !important;;
  font-size: 16px !important;;
  color: #3E3E3E !important;;
  width: 98% !important;;
  margin: 0px;
  margin-left: auto !important;;
  padding: 15px !important;;
  margin-right: auto !important;;
  border-radius: 7px !important;;
  text-align: center !important;;
}

.ulTwoColmuns {
  background: #fff;
  /* list-style-type: disc; */
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
  
}
.liTwoColmuns {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;

}
body {
  font-family: system-ui, sans-serif;
  font-family: 'Roboto' , system-ui, sans-serif;
  /* font-family: -apple-system, "Helvetica Neue", "Lucida Grande"; */
}

.mealNameSection {
  font-size: 25px;
  margin: 5px;
  font-weight: 600;
}
.mealDescSection {
  font-size: 18px;
  margin: 5px;
  font-weight: 200;
}
.itemDetailsSection {
  /* position: absolute; */
  padding: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
}
.fixed {
  top: 70px;
  position: fixed;
  z-index: 100;
  right: 0px;
  left: 0px;
}
.md .navbar {
  background: #FAFAFC;
}
.md .list .item-inner:after {
  display: none;
}
#menuul::after {
  display: none;
}
#menuul::before {
  display: none;
}
.menuli {
  margin-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
}
#addToCartBtn {
  height: 50px;
  border-radius: 0px;
  width: 100%;
  position: fixed;
  bottom: 15px;
  transform: translate(calc(50vw - 50%));
}

.list .item-title {

  white-space: normal;
}
 
/* .list li::after{
  content: '';
  width: 97%;
  display: block;
  opacity: 0.1;
  margin: 0px auto;
  border-bottom: 1px solid;
} */
#addButtonDiv {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 80px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-top: 1px solid #dad9d9;
  -webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.34);
}
.listDescription {
  margin-bottom: 7px;
  white-space: normal !important;
  font-weight: 400;
  color: #a4a4a7;
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 150%;


text-transform: capitalize;





}
.catName {
  margin: 3px 10px;  font-family: 'Roboto'
}

.ios .list .item-inner:after {
  display: none;
}
.item-inner .item-title {
  font-family: 'Roboto' !important;
  margin-bottom: 5px;
}
.listPrice {
  /* font-weight: 400;
  font-size: 15px;
  font-family: sans-serif; */
  font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;

text-transform: capitalize;

color: #FE724C;


}

html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */

.bg {
  /* background: url(""); */
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  background-attachment: fixed;
}
.optionTitle {
  font-weight: bolder;
}
.optionList {
  margin-top: 15px !important;
}

.ios .media-list .item-link .item-inner, .ios li.media-item .item-link .item-inner {
  padding-right: 0px;
}

.priceText {
  font-size: small;
  margin: 0px 10px;
}

/* Fix radio button spacing for Arabic text */
html[dir="rtl"] .ios label.item-radio .icon-radio {
  margin-left: 15px;
  margin-right: 0;
}

html[dir="rtl"] .md label.item-radio .icon-radio {
  margin-left: 15px;
  margin-right: 0;
}

/* Additional spacing fix for Arabic text in radio buttons */
[dir="rtl"] label.item-radio .item-title {
  padding-right: 10px;
}

/* Ensure proper spacing for Arabic radio button labels */
[dir="rtl"] .item-radio .item-inner {
  padding-right: 10px;
}
.mealImageLs {
  height: 90px;
  width: 100px;
  padding: 3px;
  margin: auto 5px;
  margin-top: 8px;
  border-radius: 12px;
  object-fit: cover !important;
}


#categoryList > .md .navbar {
  height: 56px;
  background: #FAFAFC !important;
  color: #fff;
  font-size: 20px;
}
.page-content {
  margin-top: 25px !important;
}

.itemTitleTwo {
  /* font-weight: 600; */
  font-weight: 400;
  /* display: block; */
  text-overflow: ellipsis !important;
  word-wrap: break-word !important;
  overflow: hidden !important;
  min-height: 3.6em !important;
  line-height: 1.8em !important;
  max-height: 3.6em !important;
}

#showControls {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#showControls div {
margin: 0px 7px;
}

.itemli {
  margin-bottom: 12px;
  /* border: 1px solid #d7d4d4; */
}

.itemliTwo {
  margin-bottom: 0px !important;
  /* border: 1px solid #d7d4d4; */
}

.ios .stepper-button,
.ios .stepper-button-minus,
.ios .stepper-button-plus {
  border: 1px solid #888888 !important;
}
.md .stepper-button,
.md .stepper-button-minus,
.md .stepper-button-plus {
  border: 1px solid #888888 !important;
}

.ios .stepper .stepper-input-wrap input {
  height: 100%;
  text-align: center;
  color: #3e434a !important;
  font-size: 17px;
  /* background: #ffd391 !important; */
}
.md .stepper .stepper-input-wrap input {
  height: 100%;
  text-align: center;
  color: #3e434a !important;
  font-size: 17px;
  /* background: #ffd391 !important; */
}


.clip {
  display: inline-block;
  clip-path: circle(100% at 50% -50%);
}

.mealNameStyle {
  font-size: x-large;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.tabbable .nav-pills {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}

.ios .navbar {
  height: 70px;
  font-size: 17px;
  background: #FAFAFC !important;
}

.catnav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.max-lines {
  display: block; /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

.ios .button.color-yellow.button-fill,
.ios .button.color-yellow.button-fill-ios {
  background: #1b1464;
  border-color: transparent;
}

.md .fab .fab-buttons > a.color-yellow,
.md .fab-buttons.color-yellow a,
.md .fab.color-yellow .fab-buttons > a,
.md .fab.color-yellow > a,
.md .fab > a.color-yellow {
  background: #fc0;
}

.nav-item-category a.active {
  background-color: #1b1464;
  color: #fff;
}

.nav-pills .nav-link {
  padding: 0.75rem 1rem;
  color: #545454;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  background-color: #fff;
  transition: all 0.15s ease;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
#categoryList > .ios a {
  color: #007aff;
}
.nav-link {
  color: #525f7f;
}
.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
}
#categoryList > a {
  color: #5e72e4;
  text-decoration: none;
  background-color: transparent;
}
#categoryList > a {
  color: #32325d;
  text-decoration: none;
  background-color: transparent;
}
#categoryList > a {
  cursor: pointer;
  text-decoration: none;
}

.tabbable .nav-pills {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.md .button.color-yellow.button-active,
.md .button.color-yellow.button-fill,
.md .button.color-yellow.button-fill-md,
.md .button.color-yellow.tab-link-active {
  background-color: #f5da89;
  color: #fff;
}

.navRestaurantName {
  margin-right: 20px;
  margin-left: 20px;
  /* margin-top: -3px; */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  color: #1b1464;
  text-shadow: 0px 2px 3px #ffffff;
}
.mg1 {
  margin: 1px !important;
}
.font12 {
  font-size: 12px;
}
.resTitle {
  margin-top: 20px;
  text-align: center;
  font-size: xx-large;
}
.circleImg {
  border-radius: 50%;
}

.bg-image {
  max-height: 120px;
  border-radius: 25px;
}
.dropShadow {
  -webkit-box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.89);
  box-shadow: 0px 6px 16px -12px rgba(0, 0, 0, 0.89);
}
@font-face {
  font-family: "Framework7 Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Framework7Icons-Regular.eot");
  src: local("Framework7 Icons"), local("Framework7Icons-Regular"),
    url("/fonts/Framework7Icons-Regular.woff2") format("woff2"),
    url("/fonts/Framework7Icons-Regular.woff") format("woff"),
    url("/fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons,
.framework7-icons {
  font-family: "Framework7 Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@use postcss-nested;

.adaptive-glass {
  --glass-lightness: 100%;
  background: hsl(0 0% var(--glass-lightness) / 50%);
  backdrop-filter: blur(40px);

  @media (prefers-color-scheme: dark) {
    --glass-lightness: 0%;
  }

  @supports not (backdrop-filter: blur(1px)) {
    background: hsl(0 0% var(--glass-lightness) / 90%);
  }
}

.adaptive-glass2 {
  --glass-lightness: 100%;
  background: hsl(0 0% var(--glass-lightness) / 50%);
  backdrop-filter: blur(100px);

  @media (prefers-color-scheme: dark) {
    --glass-lightness: 0%;
  }

  @supports not (backdrop-filter: blur(1px)) {
    background: hsl(0 0% var(--glass-lightness) / 90%);
  }
}

figure {
  --on-glass-primary: hsl(220 50% 20%);
  --on-glass-secondary: hsl(220 40% 30%);

  border-radius: 0.5ch;
  overflow: hidden;

  /*  https://shadows.brumm.af/  */
  box-shadow: 0 3px 2px hsl(0 0% 0% / 2%), 0 7px 5px hsl(0 0% 0% / 3%),
    0 13px 10px hsl(0 0% 0% / 4%), 0 22px 18px hsl(0 0% 0% / 5%),
    0 42px 33px hsl(0 0% 0% / 6%), 0 100px 80px hsl(0 0% 0% / 7%);

  @media (prefers-color-scheme: dark) {
    --on-glass-primary: hsl(220 50% 90%);
    --on-glass-secondary: hsl(220 30% 75%);
  }

  & img {
    display: block;
    inline-size: 100%;
    block-size: auto;
    object-fit: cover;
  }
}

figcaption {
  display: grid;
  grid: [stack] 1fr / [stack] 1fr;
  position: relative;

  & > * {
    grid-area: stack;
  }

  & > img {
    position: absolute;
    inset: 0;
    /*   reflect hero image for a nice effect!   */
    transform: scaleY(-1);
  }

  & > section {
    z-index: 1;
    padding-inline: 2ch;
    padding-block: 2ch 2.5ch;
    color: var(--on-glass-primary);
    display: grid;
    gap: 1ch;

    @media (prefers-color-scheme: dark) {
      text-shadow: 0 1px 0 hsl(0 0% 0% / 20%);
    }
  }

  & h3 {
    font-size: clamp(1.25rem, calc(1rem + 2vw), 2.5rem);
  }

  & date {
    color: var(--on-glass-secondary);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
}




.search-txt{
  width: 100% !important;
  padding: 10px !important;
  border: 0 !important;
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06) !important;
  overflow: auto !important;
}


.nav-item-category a.active {
/* background-color: #1b1464; */
display: block !important;
border-bottom: 3px #ffc107 solid !important;
}

.search{
  display: block;
  grid-template-columns: 1fr 70px;
  place-items: center;
  font-size: 16px !important;
  gap: 10px;
  justify-content: center;
  margin: 0 10px;
  border-radius: 15px;
border: 1px solid #dcdcdc;
margin-bottom: 15px;
}

.search input,.search button{
  width: 100%;
  font-size: 16px !important;
  padding: 7px;
}

.search button{
  padding: 10px 5px;
}

.search-btn{
  background: #f5da89;
  border: none;
  outline: none;
  padding: 10px 5px;
  border-radius: 21px;
}

.hide-navbar-on-scroll {
position: fixed;
top: 0;
width: 100%;
transition: top 0.2s ease-in-out;
}

.circle-image {
border-radius: 50%;
overflow: hidden;
border: 4px solid #fff;
}
.hide-navbar-on-scroll.navbar-hidden {
top: -56px; /* change this value to match your navbar height */
}

.logoShadow {
-webkit-box-shadow: 6px -17px 12px 1px rgb(0 0 0 / 17%);
-moz-box-shadow: -4px -3px 9px 3px rgba(0,0,0,0.17);
box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 17%);
}


.endless-animation {
animation-name: rotate;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes rotate {
0% {
  transform: rotate(0deg);
}
50% {
  transform: rotate(10deg);
}
73% {
  transform: rotate(-10deg);
}
100% {
  transform: rotate(0deg);
}
}

