*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: "Plus Jakarta Sans";
	font-display: swap;
}

body{
	background: url("/wp-content/uploads/2026/03/Background-scaled.webp");
	background-size: contain;
	background-position: center;
	background-position: repeat-y;
}

/* Container */
.container{
	max-width:1240px;
	margin:auto;
}

/* Header */
.header-inner{
	display:flex;
	align-items:center;
	gap: 40px;
}

/* Menu */
.nav-menu ul{
	display:flex;
	list-style:none;
	gap:32px;
}

.nav-menu ul li a{
	text-decoration:none;
	color:#333;
	font-size:16px;
	font-weight:500;
	transition:0.3s;
}

.nav-menu ul li a:hover{
	color:#ff8c00;
}

/* Header END */

.font_52{
	font-size: 52px;
	text-transform: uppercase;
}
.white_text{
	color: #FFF;
}

/* Home Hero banner */
.hero-section{
	padding-block: 107px 120px;
	position:relative;
	min-height: 707px;
}

.hero-wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:60px;
}

.hero-content{
	max-width: 660px;
}

.hero-content h1{
	font-size: 86px;
	line-height: normal;
	font-weight: 700;
	color: #181817;
	text-transform: uppercase;
}

.hero-content h1 span {
	display: block;
	/* 	font-size: 52px; */
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -10px;
}

.hero-content p{
	color: #181817;
	font-size: 16px;
	line-height: 150%;
	margin-block: 20px 34px;
}

.btn-primary{
	display:inline-block;
	background:#f59c1a;
	color:#fff;
	padding:12px 26px;
	border-radius:30px;
	text-decoration:none;
	font-weight:500;
}

.hero-image img{
	max-width:450px;
}
/* Home Hero banner END */

/* Signature Section */
.signature-section{
	/* 	background:#f59c1a;
	padding:120px 0 80px; */
	position:relative;
	overflow:hidden;
}
.signature_head{
	color: #181817;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.font_180{
	font-size: 180px;
}
.font_168{
	font-size: 168px; 
}
.signature-wrapper .font_168{
	padding-block: 10px 12px;
	z-index: 999;
}
.signature-wrapper .font_180{
	z-index: 0;
}
.signature-wrapper{
	min-height: 1177px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.signature-wrapper {
	text-align: center;
	position: relative;
	justify-content: center;
	align-items: center;
}

.signature-text{
	max-width: 888px;
	/* 	margin: 60px auto 0; */
	font-size: 16px;
	line-height: 150%;
	color: #181817;
}
.signature-section:before{
	content: "";
	background: #F9A01E;
	height: 100%;
	width: 200%;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.signature-wrapper .font_180 {
	z-index: 0;
}
.signature-wrapper .font_168{
	z-index: 999;
}
/* Signature Section END */

/* FOOD DISPLAYS */
.food_display_wrap{
	min-height: 1237px;
	background: url("https://thefoodlook.techsolutionn.com/wp-content/uploads/2026/03/Bg-shadow.webp");
	background-size: cover;
	background-repeat: no-repeat;
	/* 	background-position: center; */
	background-position: bottom;
	margin-top: -133px;
	position: relative;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.food_display_head_wrap{
	position: absolute;
	top: calc(50% - 20%);
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
}
.font_160{
	font-size: 160px;
}
.food_display_head_wrap .font_160{
	text-align: center;
	color: #E6E6E6;
}
/* FOOD DISPLAYS END */


/* Scrolling Text Sec */
.scrolling_text_wrap{
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-block: 18px;
	background: #181817;
}
.scrolling_text_wrap div{
	height: 5px;
	width: 5px;
	background: #F9A01E;
}
.scrolling_text_wrap p{
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	color: #F9A01E;
}

@keyframes slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.scrolling_text_sec{
	display: flex;
	gap: 10px;
	overflow: hidden;
	background: #181817;
}
/* Scrolling Text Sec END */

/* Accordion On Click Image Change */
.accordion-wrapper {
	padding: 60px 20px;
	background: #fff;
}

.accordion-inner {
	max-width: 888px;
	margin: auto;
	display: flex;
	gap: 51px;
	align-items: center;
	flex-direction: row-reverse;
	padding-block: 30px 46px;
}

.accordion-image {
	width: 62.5%;
	position: relative;
}

.accordion-image .img-sizer {
	width: 100%;
	display: block;
	visibility: hidden;
}

.accordion-image .img-slot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	pointer-events: none;
	border-radius: 20px;
}

.accordion-image .img-slot.active {
	opacity: 1;
	pointer-events: auto;
}

.accordion-item .accordion-img {
	display: none;
}

.accordion-content {
	width: 31.9%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.accordion-item {
	transition: border-color 0.3s ease;
}

.accordion-title {
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s ease;
	color: #181817 !important;
}

.accordion-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
}

.accordion-body-inner {
	overflow: hidden;
}

.accordion-item.active{
	color: #F9A01E !important;
}

.accordion-item.active .accordion-body {
	grid-template-rows: 1fr;
	opacity: 1;
}

.accordion-body p {
	color: #181817;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding-top: 10px;
}
.accordion-item.active .accordion-title{
	color: #F9A01E !important;
}

.our_process_heading{
	color: #E0E0E0;
	font-size: 13.5vw;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
/* Accordion On Click Image Change END */



/* Our Category Tabs */
.tab-buttons{
	display: inline-flex;
	gap: 6px;
	background: #f39c12;
	padding: 4px;
	border-radius: 50px;
	list-style: none;
	justify-content: center;
}

.tab-buttons li{
	padding:10px 20px;
	cursor:pointer;
	border-radius:40px;
}

.tab-buttons li.active{
	background:#fff;
	/* 	font-weight:600; */
}

/* .product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
} */

.product-card{
	background:#fff;
	padding: 14px 14px 9px 14px;
	/* 	border-radius:12px; */
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #181817;
	text-decoration: none;
}

.product-image{
	text-align:center;
}

.product-image img{
	max-width:100%;
}

.product-top{
	display:flex;
	justify-content:space-between;
	font-weight:600;
	margin-block:16px 8px;
}

.product-image {
	background: #F5F5F5;
	border-radius: 10px;
	min-height: 164px;
	max-height: 164px;
	display: flex;
	overflow: hidden;
}
.product-image img {
	margin: auto !important;
	/* 	object-fit: contain; */
	object-fit: cover;
	height: 100%;
	width: 100%;
	padding: 10px;
}
.our_category_sec .our_category_wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 39px;
}
#product-results ,
.category_slider_wraper{
	width: 100%;
	position: relative;
}
.our_category_head{
	text-align: center;
	/* 	font-size: 52px; */
	margin-bottom: 41px;
	color: #181817;
	line-height: 120%;
	text-transform: uppercase;
}
.our_category_sec{
	padding-block: 100px;
}

#product-results .swiper-wrapper{
	display: flex !important;
	align-items: stretch !important;
}

#product-results .swiper-wrapper .swiper-slide{
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content:  start;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
/* .productSwiper  { margin:0 40px !important;} */

.category_slider_wraper .swiper-button-prev{
	left: -40px;
	height: 24px;
	width: 24px;
}
.category_slider_wraper .swiper-button-next{
	right: -40px;
	height: 24px;
	width: 24px;
}
.category_slider_wraper .swiper-button-next svg ,
.category_slider_wraper .swiper-button-prev svg{
	min-height: 24px !important;
	min-width: 24px !important;
} 
.category_slider_wraper .swiper-button-next:after ,
.category_slider_wraper .swiper-button-prev:after{
	content: none !important;
}
/* .product-card{
color: #181817;
text-decoration: none;
} */
.see-more-btn{
	border-radius: 100px;
	background:  #F9A01E;
	padding: 11px 22px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	display: inline-block !important;
	text-decoration: none;
}
#product-results .swiper-wrapper .see-more-slide{
	align-items: start;
	justify-content: center;
	background: transparent;
}
/* Our Category Tabs END */


/* Our story */
.story_sec{
	padding-bottom: 140px;
	overflow: hidden;
	background: url("/wp-content/uploads/2026/03/Background-scaled.webp") !important;
}
/* Timeline */
.years_circle{
	height: 136px;
	width: 136px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F9A01E;
	border-radius: 50%;
}
.years_circle p{
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
}
.year_info{
	color:  #181817;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	max-width: 300px;
}
.years_card{
	display: flex;
	flex-direction: column;
	align-items:  center;
	justify-content: center;
	gap: 44px;
	z-index: 999;
}

.story_timeline{
	display: flex;
	flex-wrap: nowrap;
}


.story_timeline .years_card:nth-child(even){
	flex-direction: column-reverse;
	margin-bottom: 350px;
}
.story_timeline .years_card:nth-child(odd){
	margin-bottom: -350px;
}

.story_timeline{
	width: 150vw;
	justify-content: space-between;
	position: relative;
	min-height: 507px;
}
/* .story_sec{
overflow-x: auto;
overflow-y: hidden;
} */

/* Timeline END */
.pd_bt_81{
	padding-bottom: 81px;
}
/* Our story END */



/* Logo Scrolling Sec */
.logo_scrolling .scrolling_text_wrap div{
	width: auto !important;
	height: auto !important;
	display: flex;
	justify-content: center;
	background: transparent;
}
.scrolling_text_sec.logo_scrolling ,
.scrolling_text_sec.logo_scrolling .scrolling_text_wrap{
	background: transparent !important;
}
.logo_scrolling .scrolling_text_wrap{
	column-gap: 80px;   
}
.logo_scrolling{
	column-gap: 80px;
}
/* Logo Scrolling Sec END */


/* Warehouse Sec */
.warehouse_sec{
	padding-block: 140px;
}

.flex_div{
	display: flex;
	align-items: center;
	gap: 40px;
}
.pd_block_12_16{
	padding-block: 12px 16px;
}
.warehouse_img_col img{
	border-radius: 20px;width:100%;
}
.warehouse_img_col, .warehouse_info_col {
	width: 50%;
}
.warehouse_info_col{
	width: 56.1%;
}
/* Warehouse Sec END */



/* Showroom Sec */
.showroom_sec h2{
	text-align: center;
}
.showroom_sec{
	padding-block: 135px 120px;
	position: relative;
	overflow: hidden;
}
.showroom_sec:before ,
.showroom_sec:after {
	content: "";
	background: #F9A01E;
	height: 100%;
	width: 105%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50% , -50%);
	border-radius: 50%;
}

.showroom_sec:after{
	bottom: 0 !important;
	top: auto !important;
	border-radius: 0 !important;
	transform: translate(0% , 0%) !important;
	height: 50% !important;
	left: 0;
}
.video-wrapper iframe ,
.video-wrapper video{
	/* 	aspect-ratio: 2.09; */
	aspect-ratio: auto;
	max-width: 888px;
	border-radius: 28px;
}
.video-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
/* Showroom Sec END */



/* Footer */
.footer{
	background:#181817;
	color:#fff;
	position:relative;
	overflow:hidden;
	min-height: 336px;
}

.footer-top{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.footer-item{
	text-align:center;
	padding: 26px 20px;
	border-right:1px solid rgba(255,255,255,0.1);
}

.footer-item:last-child{
	border-right:none;
}

.footer-item .icon{
	font-size:22px;
	color:#3bd27f;
	margin-bottom:10px;
}

.footer-item .text{
	font-size:16px;
	color:#FFF;
}
.footer-item .text a{
	color: #fff;
	text-decoration: none;
}

.footer-bottom{
	text-align:center;
	padding-block: 113px 91px;
	font-size:14px;
	color:#bbb;
	position:relative;
	z-index:2;
	color: #FFF;
	font-size: 16px;
}

.footer-bg-text{
	text-transform: uppercase;
	position:absolute;
	/* 	bottom: -51px; */
	bottom: -15%;
	left:50%;
	transform:translateX(-50%);
	font-size: 12.2vw;
	font-weight:700;
	white-space:nowrap;
	pointer-events:none;
	opacity: 0.1;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 88.58%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* Footer END */



/* Tray Animation */
.model-wrapper{
	overflow: hidden;
	z-index: 999;
}

.food_display_wrap img.food_display_tray{
	/* 	transform: translate(3% , 60%); */
	transform: translate(3% , 14%);
}
.model-wrapper {
	position: fixed;
	inset: 0;
	z-index: 9;
	pointer-events: none;
}

.img_box {
	position: absolute;
	max-width: 216px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.img_box p {
	font-size: 18px;
	margin: 0;
}
.food_display_sec {
	position: relative !important;
}
.dishes_box ,
.img_box_1{
	top: 50%;
	left: 15%;
}
.radiance_box ,
.img_box_2{
	top: 70%;
	left: 25%;
}
.salads_box ,
.img_box_3{
	top: 80%;
	left: 40%;
}
.platters_box ,
.img_box_4{
	top: 75%;
	left: 60%;
}
.ready_meals_box ,
.img_box_5{
	top: 60%;
	right: 10%;
	left: auto;
}
.img_box img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
}
.tray-scroll-page circle[r="10"].bg_shadow {
	border-radius: 22.802px;
	fill: rgba(255, 255, 255, 0.40);
}

.img_box p:first-of-type {
	color:  #181817;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	padding-block: 10px 4px;
}

.img_box p:last-of-type {
	color:  #181817;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
/* Tray Animation END */


/* Food Display Tray */
/* .food_display_img_col:before {
content: "";
background: url("/wp-content/uploads/2026/03/co1128_2_1x.webp") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
height: 50px;
width: 50px;
position: absolute;
top: 42%;
left: 38.7%;
z-index: 9999;
transform: rotate(17deg) scale(2);
background-color: #fff;
opacity: 0;
transition: opacity 0s ease;
}
.food_display_img_col.active:before {
top: 50%;
transform: rotate(17deg) scale(1);
opacity: 1;
transition: all 1s;
} */
.ab_tray {
	position: absolute;
	top: 42%;
	left: 38.7%;
	z-index: 9999;
	transform: rotate(17deg) scale(2) skew(-7deg, -13deg);
	opacity: 0;
	height: 25px;
	width: 35px;
	/*     transition: opacity 1s ease, top 0.3s ease; */
	transition: all 0.5s;
}
.active .ab_tray {
	top: 51% !important;
	transform: rotate(74deg) scale(1) skew(53deg, -70deg);
	opacity: 1;
	transition: all 0.8s;
}
/* Food Display Tray END */

/* Hemburger */
.nav-menu {
	display: block;
	/* 	padding-block: 10px !important; */
}

.site-header{
	padding-block: 10px;
}

.hamburger {
	display: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #000;
	display: block;
}



/* Fixed Link */
.view_catalogue_col{
	position: fixed;
	bottom: 50px;
	right: 6px;
	border-radius: 70px;
	background:  #181817;
	box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.05);
	color: #F9A01E;
	height: 121px;
	width: 113px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items:  center !important;
	flex-direction: column;
	gap: 7px;
	z-index: 999999;    
	text-decoration: none !important;
}
.view_catalogue_col span{
	line-height: 150%;
}
.view_catalogue_col img{
	width: 25px;
	text-align: center;
}
/* Fixed Link END */

.warehouse_info_p p:first-child{
	padding-bottom: 16px;
}

.tab-dropdown{
	display: none;
	color: #181817 !important;
}
body.menu-open{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: 'hidden';
	width: 100%;
}

.food_display_head_wrap .font_160:last-child{
	margin-top: -56px;
}


.hero-content .btn-primary{
	display: none;
}
.center_text{
	text-align: center;
}

.story_sec h2.font_52{
	text-align: center;
}

.accordion-title:hover{
	color: #F9A01E !important;
}

.showroom_image img{
	max-width: 888px;
	width: 100%;
	border-radius: 28px;
}
.showroom_image{
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
#products_menu{
	overflow: hidden;
}