/* Pane.coffee */
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/woff/IRANSansXFaNum-Bold.woff') format('woff'),   
	url('/assets/fonts/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}
@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/woff/IRANSansXFaNum-Regular.woff') format('woff'),   
	url('/assets/fonts/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');	
}
body {
    font-family: IRANSansX;
	position: relative;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}
.buttons-holder p {
  font-size: 13px;
  font-family: IRANSansX;
  text-align: center;
  direction: rtl;
  margin-bottom: 30px;
}
.overlay {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100 !important;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.show-over {
	opacity: 1;
	visibility: visible;
}
.description h4 {
    font-weight: 500;
	font-size: 24px;
	font-family: IRANSansX;
	margin-top: 20px;
	position: relative;
	overflow: unset !important;
    margin-bottom: 30px;
    color: #31484e !important;
}
.description p {
	position: relative;
}
.description h4::after, .description p::after, .working-clock h2::after {
    content: '';
    width: 150px;
    background: #EAEAEA;
    height: 1px;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}
.working-clock h2 {
    display: block;
    position: relative;
}
.working-clock span {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    font-family: IRANSansX !important;
    display: block;
}
.working-clock span b {
  color: #414141;
}
.img-holder {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  float: right;
  margin-left: 15px;
}
.description .price-item {
    font-family: IRANSansX;
    font-weight: 400;
    font-size: 22px;
    direction: ltr;
    max-width: 100%;
    display: inline-block;
}
.show-over2 {
    opacity: 1;
    visibility: visible;
    z-index: 100 !important;
	background-color: rgba(0, 0, 0, 0.72);
}
.header {
	padding: 10px 0 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
    /*! box-shadow: 0 5px 10px #c5c5c5; */
	background-color: #fff;
}
.full-menu.height-menu ~ .logo-holder {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
.restaurant-menu {
    margin-bottom: 50px;
}
.logo-holder {
    width: 190px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease;
}
.logo-holder img {
    width: 100%;
    filter: drop-shadow(0 2px 4px rgba(49, 72, 78, 0.1));
    transition: all 0.3s ease;
}
.logo-holder:hover img {
    filter: drop-shadow(0 4px 8px rgba(49, 72, 78, 0.2));
    transform: scale(1.05);
}
.logo-holder a {
    text-decoration: none;
    text-align: center;
    font-family: IRANSansX;
    font-size: 34px;
    font-weight: 700;
}
.menu-holder {
    width: 300px;
    height: 0;
    overflow: hidden;
    margin: 10px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9;
    padding-top: 40px;
    position: relative;
    padding: 18px;
}
.header:has(.menu-holder) .logo-holder {
    display: none !important;
}
.menu-holder + .logo-holder {
    display: none !important;
}
.menu-holder h2 a {
    font-family: IRANSansX;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
}
.full-menu h2.show-full a {
    margin: 0;
    position: absolute;
    font-family: IRANSansX !important;
    top: 0;
    left: 0;
    right: 0;
    background: #31484e;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	outline: none;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(49, 72, 78, 0.2);
    /* iOS rendering fixes */
    -webkit-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    visibility: visible;
}
.menu-holder h2 a {
    text-decoration: none;
    font-family: IRANSansX;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0;
}
.full-menu .header-item {
	    text-align: center;
    margin: 5px auto;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	    border-bottom: 1px solid #1D1D1B;
}
.full-menu .header-item .header-item-image {
    height: 50px;
    width: 50px;
    display: none;
}
.full-menu .header-item .item-title {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.full-menu .header-item .item-title {
    white-space: normal !important;
    font-family: IRANSansX;
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

/* .header-item-container {
    padding-right: 5px;
    padding-left: 5px;
	float: left;
    margin-bottom: 30px;
} */

/* .swiper-container {
  width: 100%;
  height: 100%;
} */

/* .swiper-slide {
  flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	padding: 15px 0;
} */
.each-cat {
    padding: 5px !important;
    text-align: center;
    margin: 5px auto;
	position: relative;
}
.each-cat::after {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.each-cat a, .full-menu .header-item a {
    text-decoration: none;
}
.each-cat h2 {
    font-family: IRANSansX;
    font-size: 20px;
    line-height: 1;
	opacity: 1;
	text-decoration: none;
	color: #1D1D1B;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0;
    padding: 5px 0px;
    text-transform: uppercase;
}
.height-menu {
    height: auto !important;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    background-color: #fff;
    margin: 0;
    padding-top: 90px;
    z-index: 1002 !important; /* above overlay(100) and header default */
    -webkit-transform: translateZ(0); /* force new stacking context on iOS */
    transform: translateZ(0);
    overflow-y: auto !important; /* allow scrolling category list */
    overflow-x: hidden !important;
}
/* iOS-compatible: use class instead of :has() */
.menu-holder.menu-holder-open {
    height: 100vh !important;
    width: 100vw !important;
    overflow: visible !important;
    position: fixed !important;
    left: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1002 !important;
}
/* Fallback for modern browsers that support :has() */
.menu-holder:has(.height-menu) {
    height: 100vh !important;
    width: 100vw !important;
    overflow: visible !important;
    position: fixed !important;
    left: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1002 !important;
}
.height-menu .logo-holder {
    display: none !important;
}
.menu-holder.height-menu ~ .logo-holder {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.go-bottom {
    width: 300px;
    margin: 40px auto !important;
    height: auto !important;
}
.main {
    margin-top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
}
.main ~ .header .logo-holder {
    display: none !important;
}
body:not(.main-page-active) .header .logo-holder {
    display: none !important;
}
.each-menu {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.each-menu .title-each-menu {
    padding-top: 30px;
    text-align: center;
	position: relative;
    padding-bottom: 30px;
    /*! display: none; */
}
.each-menu .title-each-menu h3 {
	position: relative;
    text-align: center;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    margin: 0;
    font-family: IRANSansX;
    font-weight: 400;
}
.title-each-menu h3::before {
    content: "\e900";
    font-family: IRANSansX;
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 50%;
    display: none;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
}
.title-each-menu h3::after {
    content: "\e900";
    font-family: IRANSansX;
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.inner-menu {
    float: right;
    padding: 0;
    padding-left: 0px;
    padding-right: 5px;
	margin-top: 30px;
}
.inner-menu:nth-child(2n+1) {
    padding-left: 0;
}
.inner-item {
    direction: rtl;
	position: relative;
    float: right;
    text-align: right;
    width: 95%;
    background-color: #fff;
	min-height: 150px;
	cursor: pointer;
	border-bottom: 1px solid rgba(49, 72, 78, 0.1);
	border-radius: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 10px rgba(49, 72, 78, 0.08);
	transition: all 0.3s ease;
	padding: 15px;
}
.inner-item .like-count {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #afafaf;
    font-family: IRANSansX;
    font-size: 15px;
	cursor: pointer;
}
.like-count span {
    float: left;
}
.like-count small {
    float: left;
    margin: 0 5px;
}
.inner-item .like-count.liked {
	color: #000;
}
.done .inner-item {
    opacity: .15;
    position: relative;
    pointer-events: none;
}

.done::before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.50);
}
.done::after {
    content: 'موجود نمیباشد';
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 2;
    background-color: #31484e;
    color: white;
    font-family: IRANSansX;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(49, 72, 78, 0.3);
}
.inner-item > img {
    width: 190px;
    height: 127px;
    float: right;
    border-radius: 15px;
    margin-left: 15px;
}
.inner-item > h4 {
    font-family: IRANSansX;
    font-size: 20px;
    max-height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
        margin-top: 0px;
    color: #31484e !important;
    margin-top: 15px;
}
.inner-item > p {
    font-size: 12px;
    font-family: IRANSansX;
	max-height: 52px;
	overflow: hidden;
	color: #31484e !important;
	margin: 10px 0px;
}
.inner-item h5 {
	line-height: 1;
    font-family: IRANSansX;
    font-weight: 700;
	color: #31484e !important;
	float: right;
	margin: 0;
}
.inner-item h5 span {
	float: right;
    font-family: IRANSansX;
    font-size: 18px;
	font-weight: 400;
	color: #31484e !important;
}
.inner-item h5 span small {
    font-family: IRANSansX;
    font-size: 16px;
    margin-left: 3px;
    color: #31484e !important;
    margin-top: 2px;
    float: right;
}
.description .price-item small {
    margin-top: 3px;
    float: right;
    margin-left: 5px;
}
.description {
    position: fixed;
	width: 450px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafa 100%);
	top: 50%;
	left: 50%;
	border-radius: 20px;
	transform: translate(-50%,-50%) scale(0);
	-webkit-transform: translate(-50%,-50%) scale(0);
    z-index: 2147483647; /* ensure on top of any overlay */
	padding: 35px;
	min-height: 300px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid rgba(49, 72, 78, 0.1);
	box-shadow: 0 15px 35px rgba(49, 72, 78, 0.2);
	backdrop-filter: blur(10px);
}
.activepops {
	transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	opacity: 1;
	visibility: visible;
    z-index: 2147483647 !important;
}
.description.modal-floating {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    width: min(94vw, 520px) !important;
    max-height: 80vh;
    overflow-y: auto;
}
.description img {
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
    height: 70%;
}
.description p {
    margin: 30px 0 35px;
	text-align: center;
	font-family: IRANSansX;
    font-size: 12.5px;
    color: #31484e !important;
}
.main-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.logo-holder-main {
    width: 280px;
    max-width: 90vw;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    filter: drop-shadow(0 5px 15px rgba(49, 72, 78, 0.15));
    animation: logoFloat 3s ease-in-out infinite;
}
.logo-holder-main img {
    width: 100%;
}

@keyframes logoFloat {
    0%, 100% { transform: translate(-50%,-50%) translateY(0px); }
    50% { transform: translate(-50%,-50%) translateY(-10px); }
}
.buttons-holder {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 90%;
    margin: 0;
}
.buttons-holder a {
    display: block;
    text-align: center;
    font-family: IRANSansX !important;
    padding: 12px 20px;
    margin-bottom: 8px;
    border: 2px solid #31484e;
    text-decoration: none;
    color: #31484e;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(49, 72, 78, 0.15);
}

.buttons-holder a:hover {
    background-color: #31484e;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(49, 72, 78, 0.3);
}
#gotomenu {
  background: linear-gradient(135deg, #31484e 0%, #3d5a61 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(49, 72, 78, 0.4);
}
.goleft {
    left: -150% !important;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.gotohome {
    text-decoration: none;
    color: var(--primary-color);
    position: fixed;
    width: 32px;
    left: 100px;
    top: 15px;
    z-index: 10000; /* always on top */
    opacity: 0; /* hidden by default */
    visibility: hidden;
    pointer-events: none; /* don't block clicks when hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Show home button when main page is hidden (menu is active) */
.main-page.goleft ~ .header .gotohome,
body:not(:has(.main-page:not(.goleft))) .gotohome {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.gotohome a {
    text-decoration: none;
    color: var(--primary-color);
}
.gotohome i {
    text-decoration: none;
    color: var(--primary-color);
}
.gten {
    color: var(--primary-color);
    position: fixed;
    width: 32px;
    left: 1300px;
    top: 15px;
    z-index: 10000; /* always on top */
}
.gten a {
    text-decoration: none;
    color: var(--primary-color);
}
.gotohome img {
    width: 100%;
}
.working, .about {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    overflow-y: auto;
}
.about-inner {
    text-decoration: none;
    font-family: IRANSansX;
    max-width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.about-inner img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about-inner p h3{
    font-family: IRANSansX;
    color: #31484e !important;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    text-decoration: none;
    direction: rtl;
}
.about-inner a {
    text-align: center;
    font-family: IRANSansX;
    color: #31484e !important;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    direction: rtl;
}
.working-clock img {
    width: 32px;
}
.working-clock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #31484e;
    background: rgba(49, 72, 78, 0.05);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(49, 72, 78, 0.2);
}
.hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
}
.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
@media (max-width:1200px) {
    .full-menu .header-item {
        text-align: center;
        width: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media (max-width:991px) {
	.inner-item p {
		max-height: 40px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.inner-item {
		max-height: 150px;
		padding: 0;
	}
	.go-bottom {
		position: static !important;
		margin-top: 30px !important;
		width: 300px;
		margin-bottom: 20px !important;
	}
	.header-item-container {
		margin-bottom: 10px;
		position: relative;
		z-index: 1;
		visibility: visible !important;
		display: block !important;
	}
	.full-menu .header-item {
		width: 80%;
	}
}
@media (max-width:767px) {
	.restaurant-menu {
		padding: 0;
	}
	/* .swiper-slide-prev, .swiper-slide-next {
        opacity: 0.3;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    } */
    .each-cat::after {
        display: none;
    }
	.gotohome {
        width: 24px;
        left: 30px;
        top: 15px;
    }
    .gten {
        width: 24px;
        left: 330px;
        top: 15px;
    }
    .main-page::before {
        width: 150px;
        height: 240px;
    }
    .main-page::after {
        width: 140px;
        height: 240px;
    }
	.my-rotate::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		height: 90px;
		z-index: 9;
	}
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.item-title {
        text-align: center;
    }
	.show-full a {
        margin: 0;
        position: fixed !important;
        top: 70px !important;
        left: 50% !important;
        background: #31484e;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        outline: none;
        height: 37px !important;
        line-height: 35px;
        overflow: hidden !important;
        width: auto !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1003; /* ensure trigger stays above overlay */
		width: auto;
        border-radius: 20px;
        box-shadow: 0 3px 12px rgba(49, 72, 78, 0.3);
        /* iOS-specific rendering fixes */
        -webkit-appearance: none;
        appearance: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #fff !important;
        padding: 0 20px;
        min-width: 120px;
        text-align: center;
    }
    .my-rotate .go-bottom {
        top: 0px !important;
        color: #fff !important;
		width: 300px !important;
    }
	.full-menu .header-item {
		width: 200px;
        padding: 15px !important;
		display: none;
        border-bottom: 1px solid #1D1D1B !important;
        pointer-events: none; /* prevent clicks when hidden */
	}
	.height-menu .header-item {
		display: block !important;
        pointer-events: auto !important; /* enable clicks when menu open */
        position: relative;
        z-index: 1007 !important; /* above everything when visible */
        background-color: #fff !important;
        visibility: visible !important;
        opacity: 1 !important;
	}
	.height-menu .header-item .item-title {
		color: #31484e !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.full-menu .header-item .item-title {
		width: 100%;
		color: #31484e !important;
	}
    .logo-holder img {
        float: left;
    }
	.description {
		width: 100%;
		background-color: #fefefe;
        overflow-y: scroll;
        z-index: 2147483647 !important;
	}
	.header {
		padding: 3px 0 5px;
		text-align: center;
	}
	.full-menu h2.show-full {
		margin: 0 !important;
	}
	.main {
		margin-top: 100px;
	}
	.logo-holder {
		width: 160px;
        margin: 5px auto;
            margin-top: 5px;
        display: inline-block;
        margin-top: 12px;
	}
	/* .full-menu h2.show-full a {
	} */
	.height-menu {
		height: 100vh !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		padding-bottom: 50px; /* ensure bottom items visible */
		display: block !important;
	}
	.full-menu.height-menu {
		height: 100vh !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		width: 100% !important;
		max-width: 100vw !important;
		margin: 0 !important;
		padding: 0 !important;
		padding-top: 110px !important; /* space for trigger button */
		padding-bottom: 50px !important;
	}
	.height-menu .header-item-container {
		width: 100% !important;
		max-width: 300px;
		margin: 0 auto;
		padding-top: 20px;
		display: block !important;
		visibility: visible !important;
	}
	.inner-item > img {
		width: 150px;
		height: 100px;
	}
	.inner-menu {
		padding: 0
	}
	.inner-item {
		
		width: 100%;
		padding: 0;
		max-height: 200px;
		min-height: auto;
		padding-bottom: 10px;
	}
	.inner-item > p {
        font-family: IRANSansX;
        font-size: 10px;
        width: calc(100% - 135px);
        float: right;
        max-height: 45px;
        overflow: hidden;
	}
	.description p {
        font-family: IRANSansX;
        font-size: 12px;
        width: 100%;
        max-height: none;
        overflow: unset;
		margin: 32px 0;
		line-height: 20px;
		word-wrap: break-word;
		color: #31484e !important;
	}
	.show-over2 {
		background-color: rgba(190, 190, 190, 0.94);
		z-index: 100 !important;
	}
	.inner-item > h4 {
        font-family: IRANSansX;
		font-size: 15px;
		line-height: 25px;
		margin-top: 0;
		overflow: hidden;
		max-height: 50px;
		margin-bottom: 0;
		font-weight: 500;
		color: #31484e !important;
	}	
	.about-inner {
      width: 80%;
    }
}

/* When menu is open, bring header and menu above overlays and other content */
body.menu-open .header { 
    z-index: 1004 !important; 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
body.menu-open .menu-holder { 
    z-index: 1003 !important; 
    position: relative !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
body.menu-open .full-menu { 
    z-index: 1003 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
body.menu-open .full-menu.height-menu { 
    z-index: 1005 !important;
}
body.menu-open .show-full a {
    z-index: 1006 !important;
}
body.menu-open .overlay.show-over { 
    z-index: 1001 !important; 
}
@media (max-width:420px) {
	.description img {
		width: 70%;
        margin: 0 auto;
        height: 70%;
        border-radius: 12px;
    }
	.logo-holder-main {
        width: 300px;
	}
	.about-inner {
        width: 100%;
        padding: 15px;
        background: rgba(49, 72, 78, 0.02);
        border-radius: 15px;
        border: 1px solid rgba(49, 72, 78, 0.1);
    }
	.working-clock {
        min-width: 95%;
    }
	.working-clock h2 {
        font-family: IRANSansX;
        font-size: 24px;
        color: var(--primary-color);
    }
    .main-page::before {
        width: 90px;
        height: 150px;
    }
	.buttons-holder {
        max-width: 280px;
    }
    .main-page::after {
        width: 80px;
        height: 150px;
    }
	.show-full a {
		width: 300px;
        background: var(--primary-color) !important;
    }
	.inner-item {
		padding: 10px !important;
		margin-bottom: 10px !important;
	}
	
	/* iOS-specific: ensure menu and items are above overlay when open */
	body.menu-open .header,
	body.menu-open .menu-holder,
	body.menu-open .full-menu,
	body.menu-open .header-item,
	body.menu-open .show-full a {
		-webkit-transform: translateZ(0) !important;
		transform: translateZ(0) !important;
	}
	body.menu-open .overlay {
		pointer-events: auto; /* allow click to close */
	}
	body.menu-open .full-menu.height-menu {
		pointer-events: auto !important;
	}
}
.blur-content {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.button-27 {
    appearance: none;
    background: linear-gradient(135deg, #31484e 0%, #3d5a61 100%);
    border: 1px solid #31484e;
    border-radius: 12px;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: IRANSansX;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 18px;
    min-width: 35px;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23,1,.32,1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 4px 8px;
    will-change: transform;
    box-shadow: 0 2px 6px rgba(49, 72, 78, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.button-27:disabled {
    pointer-events: none
}

.button-27:hover {
    box-shadow: 0 4px 12px rgba(49, 72, 78, 0.4);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3d5a61 0%, #31484e 100%);
}

.button-27:active {
    box-shadow: 0 2px 4px rgba(49, 72, 78, 0.3);
    transform: translateY(0);
}

/* Enhanced menu item hover effects */
.inner-item:hover:not(.modal-open) {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(49, 72, 78, 0.15);
    border-color: rgba(49, 72, 78, 0.2);
}

/* Disable hover effects when modal is open */
.show-over2 .inner-item:hover {
    transform: none;
    box-shadow: inherit;
    border-color: inherit;
}

/* Also disable all hover transforms when modal is open (safer, via body class) */
body.modal-open .inner-item:hover,
body.modal-open .modern-card:hover {
    transform: none !important;
    box-shadow: inherit !important;
}

/* Enhanced header styling */
.header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafa 100%);
    border-bottom: 1px solid rgba(49, 72, 78, 0.1);
    backdrop-filter: blur(10px);
}

/* Category section title styling */
.title-each-menu h3 {
    color: #31484e !important;
    font-weight: 600 !important;
    position: relative;
}

.title-each-menu h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    right: -50px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(49, 72, 78, 0.3) 50%, transparent 100%);
    z-index: -1;
}

/* Price styling improvements */
.price-item {
    color: #31484e !important;
    font-weight: 600 !important;
}


