html {
  scroll-behavior: smooth;
   font-family: "Roboto", sans-serif !important;
}

body{
    font-family: "Roboto", sans-serif !important;;
}

h1, h2, h3, h4, h5, h6, span, a, p, button, div, li{
    font-family: "Roboto", sans-serif !important;;

}

.topHeader{
    direction: rtl;
    border-bottom: 1px solid #f4f4f4;
    padding: 19px 0px;
}


.language-dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
    background-color: transparent;
    color: #333;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-right: 19px;
    color: gray;
    margin-top: 3px;
}

.dropbtn:hover {
  background-color: #ddd;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-content {
  display: block;
}



.topHeader .language-switcher{
  
}

.topHeader .language-switcher a{
  
}

.language-switcher {
  text-align: right;
  padding: 10px;
}

.language-switcher a {
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
  color: #333;
}

.language-switcher a:hover {
  text-decoration: underline;
}

.topHeader a{
  text-decoration: none;
}


.topHeader .loginTab{
display: flex
;
    font-size: 14px;
    margin-top: 14px;
    color: gray;
}

.topHeader .loginTab svg{
    margin-top: 4px;
    margin-right: 5px;
}

.container-fluid {
    padding-right: 65px !important;
    padding-left: 65px !important;
    }

.head{
      padding: 21px 0px;
    border-bottom: 1px solid #f4f4f4;
}

.menuHeader{
      margin-top: 29px;
}

.menuHeader h4{
          margin-bottom: 26px;

}

.menuTabs{

}

.menuTabs{
      list-style: none;
}

.menuTabs a{
      display: inline-block;
    color: #3d3d3d;
    padding: 6px 11px;
    border: 1px solid #3d3d3d;
    border-radius: 4px;
}

.menuTabs li{
  
}


.searchBar .form-control{
    border-radius: 19px;
    padding-left: 54px;
    font-size: 15px;
}

.searchBar .fa-magnifying-glass{
    position: absolute;
        top: 22px;
    left: 36px;
    color: gray;
}



.searchBar .fa-sliders{
    position: absolute;
    right: 43px;
    font-size: 20px;
    color: gray;
        top: 15px;
    cursor: pointer;    
}


.searchBar{
      margin-top: 9px;
}


/* Menu Tabs Container with Arrows */
.menuTabs-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menuTabs-wrapper {
  position: sticky;
  top: 0;
  background: white; 
  padding: 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;  
  scrollbar-width: none;
  flex: 1;
  scroll-behavior: smooth;
}

.menuTabs-wrapper::-webkit-scrollbar {
    display: none;  
}

/* Arrow Buttons */
.menuTabs-arrow {
  background-color: #d4a574; /* Amawi brand golden-brown */
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(212, 165, 116, 0.3);
}

.menuTabs-arrow:hover {
  background-color: #b8865b; /* Darker golden-brown on hover */
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.5);
}

.menuTabs-arrow:active {
  transform: scale(0.95);
}

.menuTabs-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.menuTabs-arrow i {
  font-size: 16px;
}

.menuTabs-arrow-left {
  left: 0;
}

.menuTabs-arrow-right {
  right: 0;
}

/* Hide arrows on mobile */
@media (max-width: 768px) {
  .menuTabs-arrow {
    width: 35px;
    height: 35px;
  }
  
  .menuTabs-arrow i {
    font-size: 14px;
  }
}

/* Show arrows only when content overflows */
.menuTabs-container.no-scroll .menuTabs-arrow {
  display: none;
}

.menuTabs {
    display: inline-flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menuTabs a li {
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}







  .foodMenu{
            background-color: #f3f3f3;
    padding: 38px 0px;

  }


  .foodMenu .itemSection h4{
      margin-bottom: 40px;
    color: #5a5a5a;
  }

  .foodMenu .foodBox{
    background-color: white;
    padding: 13px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px -2px #adadad;
        margin-bottom: 31px;
    cursor: pointer;    
  }

  .foodMenu .foodBox h5{
font-size: 18px;
    color: #5f5f5f;
  }

  .foodMenu .foodBox p{
    font-size: 12px;
    color: #676565;
    margin-bottom: 5px;
  }

  .foodMenu .foodBox h6{
font-size: 15px;
  }

  .foodMenu .foodBox img{
      width: 100%;
    height: 90px;
    border-radius: 5px;
    margin-top: 3px;

  }

  .menuTabs .active{
        background-color: #115d1d;
    color: white;
  }


  .foodMenu .foodBox:hover {
    box-shadow: 0px 4px 8px -2px #727272;

  }


  .modelDetails .modal-dialog{
 max-width: 1365px !important;
  }


  .modelDetails{

  }

  .modelDetails img{
    width: 100%;
  }

  .modelDetails h5{
        margin-top: 22px;
    color: #686666;
    font-size: 21px;
  }

  .modelDetails p{
        font-size: 16px;
    color: gray;

  }

   .modelDetails .fa-share-nodes{
    right: 23px;
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 100%;
    font-size: 20px;
    top: 17px;
    cursor: pointer;
   }



  .modelDetails h6{
    
  }

   .modelDetails .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

  .modelDetails  .modal-body {
    padding: 0 !important;
}

  .modelDetails .modal-header {
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid #dee2e6;
  }

  .modelDetails .modal-header .modal-title {
    font-size: 1rem !important;
    margin: 0 !important;
    font-weight: 600;
  }

  .modelDetails .modal-header .btn-close {
    padding: 0.5rem !important;
    margin: 0 !important;
    font-size: 0.75rem !important;
  }



.modelShare{

}


.modelShare .socialIcon{
text-align: center;
}

.modelShare .socialIcon ul{
list-style: none;
padding: 0;

}


.modelShare .socialIcon li{
display: inline-block;
    width: 70px;
}


.modelShare .socialIcon span{
      display: block;
    font-size: 15px;
    color: #434040;
}

.modelShare .socialIcon  .fa-link{
    font-size: 19px !important;
    padding: 13px !important;
}


.modelShare .socialIcon a{
      color: gray;
    text-decoration: none;
    margin: 0px 11px;
    text-align: center;
}

.modelShare .socialIcon svg{
    font-size: 24px;
    background-color: #094819;
    color: white;
    padding: 11px;
    border-radius: 100%;
}


.modelShare .modal-header{
padding: 11px 16px;
    border: none;
        text-align: center;
    display: block;
}

.modelShare .modal-header .modal-title{
    font-size: 16px;
    color: #504c4c;
}

.modelShare .modal-dialog{
    margin-top: 18%;
}

.modelShare .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    top: 0;
    right: 18px;
    top: 11px;
    font-size: 13px;
  }


     
.modelShare .modal-content{
 border-radius: 17px;
}

.modelShare{
 display: block;
    background-color: #00000054;
}




.scrollTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background-color: #d4a574; /* Amawi brand golden-brown */
    padding: 11px 18px;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.4);
    z-index: 1054;
}

  .scrollTop:hover {
    background-color: #b8865b; /* Darker golden-brown on hover */
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(212, 165, 116, 0.5);
  }

    .scrollTop svg{
    
  }


  .cls-filterModel{

  }

   .cls-filterModel .modal-header{

  }


  .cls-filterModel .dropdown button{
    width: 100%;
    text-align: left;
        background-color: transparent !important;
    border: none;
    color: #474747;
  }

   .cls-filterModel .dropdown button:focus{

   }

  .cls-filterModel .dropdown-menu{
    position: relative !important;
    border: none;
        transform: none !important;
            background-color: transparent !important;

  }


  
  .cls-filterModel .dropdown-menu li{

  }

   .cls-filterModel .dropdown-menu a{


  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent !important;
}


    .cls-filterModel .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 16px;
}


  .cls-filterModel .dropdown{

  }

    .cls-filterModel .modal-header a{
color: #314a3d;
  }

  .cls-filterModel .modal-header h5{
    position: absolute;
    right: 43%;

  }


  .cls-filterModel .modal-footer{

  }

  .cls-filterModel .modal-footer button{
    width: 100%;
    background-color: #1c4507;
    border-color: #1c4507;
  }




    .menu-btn {
      font-size: 28px;
    cursor: pointer;
    padding: 5px 15px;
    color: #ffffff;
    border: none;
    display: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -3px;


    }

    /* الـ Sidebar */
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px; /* البداية خارج الشاشة */
      width: 250px;
      height: 100%;
          background: #ffffff;
      color: white;
      padding: 20px;
      transition: 0.3s;
      z-index: 1000;
    }

    .sidebar.active {
      left: 0; /* يظهر عند التفعيل */
    }

    .sidebar a {
      display: block;
      color: black;
      padding: 10px 0;
      text-decoration: none;
    }

    .close-btn {
      font-size: 25px;
      background: none;
      border: none;
       color: #000000;
    float: right;
      cursor: pointer;
    }

    /* خلفية تغطية عند فتح القائمة */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 999;
    }

    .overlay.active {
      display: block;
    }

    /* Ensure modals and interactive elements are above overlay */
    .modal {
      z-index: 1055 !important;
    }

    .modal-backdrop {
      z-index: 1050 !important;
    }

    /* Menu items should be clickable even when overlay is active */
    .qr-menu-item,
    .category-card,
    .category-link {
      position: relative;
      z-index: 1000;
    }


    .fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    padding-left: 23px;

}


    @media(min-width: 768px) {
      .menu-btn {
        display: none;
      }
    }



  @media (max-width: 992px){
.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.modelShare .modal-dialog {
    margin-top: 50%;
}


.modelDetails h5 {
    margin: 22px 15px 5px 15px !important;
}

.modelDetails p{
     margin: 11px 15px 5px 15px !important;
}

.modelDetails h6{
            margin: 15px 15px 17px 15px !important;
}

.menu-btn{
  display: block;
}


.m-flex{
  display: flex;
}


  .head {
        padding: 11px 0px;
    background-color: black;
  }

    .head h2{
       color: white;
    margin-bottom: 0;
    font-size: 20px;
  }

  .topHeader {
    display: none;
}

.loginTab{
  display: flex;
  margin-top: 0px;
}

.loginTab h6{
        font-size: 20px;
                margin-top: 37px;
}

.loginTab svg{
        font-size: 21px;
        margin-right: 11px;
               margin-top: 39px;

}

.sidebar h3{
          color: black;
        margin-top: 10px;
}

.dropbtn {
text-align: left;
    margin-top: 76px;
}


.language-dropdown {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid gray;
}

  }

