/* start of navigationBar */

.navigationBar {
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.14);
    background-color: #fff;
}
.navigationBar img.logo {
    width: 30px;
    height: auto;
}
.navigationBar li {
    display: inline-block;
}
.foodMenuItem {
    padding: 10px 0;
    transition: all ease-in-out 0.4s;
    border-bottom: 2px solid #fff;
}
.foodMenuItem:hover {
    border-color:#F6A800;
}

/* end of navigationBar */

/* start of mainButton style */

.mainButton {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    padding: 5px 30px;
    line-height: 30px;
}
.mainButtonColorful {
    border-radius: 50px;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.3);
    color: #fff;
    background: linear-gradient(to left, #F6A800,#F6A800);
}
.mainButtonColorful i {
    padding-left: 10px;
}

/* end of mainButton style */

/* start of restaurantHeader and searchBox */

.restaurantHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px 0;
    background-color: #014656;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.indexHeader {
    min-height: 600px;
    background-image: url("../images/index-header2.jpg");
    background-size: cover;
}
.mobileApp {
    min-height: 540px;
    max-width: 100%;
    padding: 20px 0;
    background-color: #014656;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/phone.jpg");
    overflow: hidden;
}
.restaurantHeaderFood {
    min-height: 400px;
    background-image: url("../images/restaurant-header.jpg");
}
.restaurantHeaderContact {
    min-height: 200px;
    background-image: url("../images/contact-header.jpg");
}
.contactTabContent {
    padding: 40px 0;
}
.contactTabContent p {
    margin-top: 30px;
    line-height: 50px;
    font-size: 18px;
}
.contactTabContent ul {
    font-size: 18px;
}
.contactTabContent i {
    padding-left: 14px;
}
.questionContent {
    margin-top: 50px;
}
.questionContent p {
    margin-top: 18px;
}

/* searchBox */

.searchItemsBox {
    display: flex;
    padding: 50px 20px;
}
.fieldItem {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
}
.fieldItem:nth-child(2) {
    position: relative;
    bottom: 8px;
}
.fieldItem i {
    padding: 4px;
    font-size: 20px;
}
.searchName {
    padding: 10px;
    width: 300px;
}
.locationSelect {
    width: 160px;
    height: 34px;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

/* searchBox */
.restaurantLargProfile {
    position: relative;
}
.restaurantLargProfile img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}
.availability {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color:green ;
}
.restaurantNameAddress {
    position: relative;
    top: 10px;
    text-align: right;
    color: #fff;
}
.userCommentAndPoint {
    display: block;
}
.restaurantServices {
    padding: 4px;
    text-align: right;
    border-right: solid 1px #fff;
}
.restaurantServices li {
    padding: 10px;
    font-size: 14px;
    color: #fff;
}
.restaurantServices i {
    padding: 0 10px;
}

/* end of restaurantHeader and searchBox */

.indexHeading {
    font-weight: bolder;
}
.workItems {
    cursor: pointer;
}
.workItems:hover .workSymbol {
    border-color:#F6A800;
    box-shadow: 0 0 3px#F6A800;
    background: linear-gradient(to left, #fe6501,#F6A800);
}
.workItems:hover svg {
    transition: all 0.4s;
    fill: #fff;
}
.workItems:hover h5 {
    transition: all 0.4s;
    color:#F6A800;
}
.workSymbol {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #014656;
}
.workItemHeading {
    margin-top: 20px;
    font-weight: bolder;
}
.workParagraph {
    width: 90%;
    margin-top: 20px;
    line-height: 30px;
}

.mobile {
    width: 340px;
    height: auto;
    position: absolute;
    left: 70px;
}
.mobileAppParagraph {
    width: 80%;
}
.mobileAppParagraph p {
    line-height: 40px;
    text-align: justify;
}
.colorWhite {
    color: #fff;
}
/* start of restaurantsFilters */

.filterItems {
    display: block;
    padding: 10px 0;
    margin-top: 10px;
}
.cartNotification {
    position: relative;
}
.cartNotificationNumber {
    position: absolute;
    left: 18px;
    bottom: 10px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 50%;
}
.textColorRed {
    color:#f63900;
}
.colorGreen {
    color: #fff;
    background-color: #f6a800;
    box-shadow: 0 0 4px #f6a800;
}


.foodCartCounter {
    width: 24px;
    height: 24px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 50%;
}
.cartParagraph {
    margin-top: -10px !important;
    padding: 0 60px;
    line-height: 30px;
}
.payCart {
    margin-bottom: 8px;
}
.foodTotalPrice {
    margin-top: 8px;
}
/* start of roundCheck */

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    padding: 2px;
    width: 52px;
    height: 26px;
    background-color: #ececec;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.14);
    border-radius: 60px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.3);
    transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
    background-color:#F6A800;
    box-shadow: 0 0 4px#F6A800;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 26px;
}

/* end of roundCheck */

/* start of circleCheckBox */

.circleCheckBox {
    float: right;
    margin-left: 14px;
}
.round {
    position: relative;
}
.round label {
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-color: #ececec;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.14);
}
.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}
.round input[type="checkbox"] {
    visibility: hidden;
}
.round input[type="checkbox"]:checked + label {
    background-color: #45e71a;
    box-shadow: 0 0 4px #45e71a;
}
.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* end of circleCheckBox */

/* end of restaurantsFilters */

/* start of restaurantBox */

.restaurantsItemsHeader {
    width: 96%;
    padding: 20px;
}
.restaurantsItemsBox {
    position: relative;
    /*height: 265px;*/
    overflow: hidden;
    padding-top:15px;
    padding-bottom:15px;
}
.foodItemsBox {
    height: 270px;
}
.restaurantItemName {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.restaurantLogo {
    width: 50px;
    height: 50px;
    border-radius: 16px;
   
}
.rfont-weight: bolder;
    color: #fff;
}
.foodName {
    top: 20px;
}
.imagesBox {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #014656;
}
/*.foodImageBox {
    height: 120px;

}*/
.gradientImageBox {
    width: 100%;
    height: 160px;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, transparent);
}
.imagesBox img.restaurantBackground {
    width: 100%;
    height: auto;
}
.restaurantInfo {
    padding: 10px;
    text-align: center;
}
.restaurantInfo p {
    max-height: 60px;
    padding: 0 10px;
    line-height: 30px;
    text-align: justify;
    font-size: 13px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}
.userOptionLink {
    padding: 10px 4px;
}
.point {
    padding: 4px;
    margin-top: 3px;
    font-size: 16px;
    text-shadow: 0 0 4px #fec23b;
    color: #fec23b;
}
.countFoud li {
    display: inline-block;
}
.circleCounter {
    display: inline-block;
    width: 100px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 8px;
}
.colorRed {
    color: #fff;
    background-color: silver;
    box-shadow: 0 0 4px #fff;
}

.userProfileImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(79, 79, 79, 0.6);
    background-color: #014656;
}
.userProfileName {
    /*position: relative;
    right: 10px;*/
    bottom: 20px;
}
.userCommentParagraph {
    line-height: 34px;
}
.time {
    color: #d8d8d8;
}

.googleMap {
    padding: 10px;
}
.googleMapView {
    width: 100%;
    height: auto;
}

/* end of restaurantBox */

/* start of footer */

.footer {
    padding: 40px 20px;
    background-color: #014656;
}
.footerLinks {
    padding: 20px;
    color: #fff;
}
.footerLinks h4 {
    margin-bottom: 30px;
}
.footerLinks li {
    margin-top: 12px;
}
.footerLinks a {
    color: #fff;
}

.law {
    float: left;
    width: 120px;
    height: 140px;
    margin-top: 36px;
}
.law img {
    width: 100px;
    height: auto;
    margin-top: 14px;
}

.laicense {
    padding: 6px;
    color: #fff;
    background-color: #014656;
}
.laicense p {
    margin-top: 14px;
}

/* start of socialNetwork */

.social {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 4px 0;
    border-radius: 50%;
    background-color: #fff;
}
.social i {
    font-size: 20px;
    line-height: 40px;
}
.twitter {
    color: #76a9ea !important;
}
.linkedin {
    color: #1b5480;
}
.instagram {
    color: #c21975 !important;
}
.telegram {
    color: #2e87ca !important;
}
.telegram i {
    font-size: 17px !important;
}

/* end of socialNetwork */

/* end of footer */
form h3 {
    font-size: 18px;
    font-weight: bolder;
}
.signForm {
    width: 44%;
    padding: 20px 30px;
}
.formInput {
    display: block;
    margin-top: 30px;
}
.formInput i {
    width: 4%;
    font-size: 14px;
}
.signFormInput {
    width: 94%;
    padding: 10px 20px;
}

.cartFormHeading {
    padding: 0 15px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.cartFormItems {
    margin: 10px 0;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.cartFormItems i {
    width: 3%;
}
.cartFormInput {
    width: 95%;
    padding: 10px 20px;
}
.cartFormSelect {
    position: relative;
    height: 44px;
    background-color: #fff;
}

/* start of responsive */
@media (max-width: 768px) {
    .restaurantNameAddress {
        margin-top: 30px;
    }

    .restaurantServices {
        margin-top: 30px;
        border: 0;
    }

    .restaurantsItemsHeader {
        margin-top: 20px;
    }

    .fieldItem {
        display: block;
        margin-top: 10px;
    }

    .searchName {
        width: 80%;
    }

    .fieldItem i {
        width: 18%;
    }

    .map {
        margin-top: 20px;
    }

    .locationSelect {
        width: 100%;
        height: auto;
        margin-top: 4px;
    }

    .indexHeading {
        font-size: 18px;
    }

    .workItems {
        margin-top: 20px;
    }

    .textCenter .right {
        /*float: none !important;*/
         float: right;
    }

    .cartFormHeading {
        font-size: 16px;
    }

    .restaurantNameAddress h4 {
        font-size: 16px;
    }

    .restaurantNameAddress p {
        margin-top: 20px;
    }
}

.nocursor {
    cursor: inherit !important;
}

.cursor {
    cursor: pointer !important;
}


.foodImageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;     /* ✅ مانع ایجاد خط می‌شود */
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}





.foodImageBox > img.restaurantBackground {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* تصویر مربع رو پر کنه */
  display: b   width: 100%;
        height: auto;
        margin-top: 4px;
    }

    .indexHeading {
        font-size: 18px;
    }

    .workItems {
        margin-top: 20px;
    }

    .textCenter .right {
        float:  right  !important;
    }

       .textCenter2 .right2 {
        float:  left   !important;
    }

    .cartFormHeading {
        font-size: 16px;
    }

    .restaurantNameAddress h4 {
        font-size: 16px;
    }

    .restaurantNameAddress p {
        margin-top: 20px;
    }
}

.nocursor {
    cursor: inherit !important;
}

.cursor {
    cursor: pointer !important;
}


.foodImageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;     /* ✅ مانع ایجاد خط می‌شود */
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}





.foodImageBox > img.restaurantBackground {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* تصویر مربع رو پر کنه */
  display: block;
}

/* گرادیان روی تصویر */
.foodImageBox .gradientImageBox {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 70%);
}


/* نوار دسته‌بندی منو (چسبان بالای بخش منو) */
.menuCategories {
  position: sticky;
  top: 70px;             /* اگر هدر/نوار بالایی بلندتر است، این را بیشتر کن */
  z-index: 20;
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  margin-top: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

/* لیست تب‌ها */
.menuCatList {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  direction: rtl;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* دکمه هر دسته */
.menuCatList a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f3f5;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: background .2s, color .2s;
}

/* حالت فعال */
.menuCatList a.active,
.menuCatList a:hover {
  background: #ffaf00;       /* نارنجی کورتادو */
  color: #111;
}

/* فاصله هر سکشن منو از بالا که زیر نوار قرار نگیرد */
.menuSection {
  scroll-margin-top: 90px;   /* مطابق top نوار + کمی فاصله */
  margin-top: 18px;
}










