.elementor-156 .elementor-element.elementor-element-e653c88{--display:flex;}.elementor-156 .elementor-element.elementor-element-f28953d{width:100%;max-width:100%;}.elementor-156 .elementor-element.elementor-element-e3f0bd9{--display:flex;}.elementor-156 .elementor-element.elementor-element-efa430f{width:100%;max-width:100%;}.elementor-156 .elementor-element.elementor-element-f67469c{--display:flex;}.elementor-156 .elementor-element.elementor-element-64c981e{width:100%;max-width:100%;}.elementor-156 .elementor-element.elementor-element-4ea22ad{--display:flex;}.elementor-156 .elementor-element.elementor-element-9c26793{width:100%;max-width:100%;}.elementor-156 .elementor-element.elementor-element-11242fd{--display:flex;}.elementor-156 .elementor-element.elementor-element-4261da3{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f28953d */.about-section{
background:#f7f7f7;
padding:120px 20px;
}

.about-wrapper{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

/* LEFT TEXT */

.about-left{
max-width:520px;
font-family:Poppins;
}

.welcome{
font-family:Pacifico;
color:#f4b000;
font-size:22px;
}

.about-left h2{
font-size:42px;
line-height:1.3;
margin:10px 0 20px;
font-weight:700;
}

.about-left p{
color:#666;
margin-bottom:15px;
line-height:1.6;
}

.about-btn{
background:#f4b000;
color:#000;
padding:12px 28px;
text-decoration:none;
border-radius:6px;
font-weight:600;
display:inline-block;
margin-top:15px;
}

/* RIGHT IMAGES */

.about-right{
display:grid;
grid-template-columns:260px 260px;
grid-template-rows:180px 180px;
gap:20px;
}

/* image cards */

.img{
border-radius:12px;
overflow:hidden;
position:relative;
}

.img img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .4s;
}

/* layout positions */

.img1{
grid-row:span 2;
height:380px;
}

.img2{
height:180px;
}

.img3{
height:180px;
}

/* hover animation */

.img:hover img{
transform:scale(1.06);
}

/* responsive */

@media(max-width:1024px){

.about-wrapper{
flex-direction:column;
text-align:center;
}

.about-right{
grid-template-columns:1fr 1fr;
}

.img1{
height:300px;
}

}

@media(max-width:768px){

.about-left h2{
font-size:32px;
}

.about-right{
grid-template-columns:1fr;
grid-template-rows:auto;
}

.img1,.img2,.img3{
height:240px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efa430f */.video-banner{

position:relative;
height:450px;

/* BURGER BACKGROUND */
background:url("https://images.unsplash.com/photo-1550547660-d9450f859349") center/cover no-repeat;

display:flex;
align-items:center;
justify-content:center;
text-align:center;
overflow:hidden;

}

/* dark overlay */

.video-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

/* content */

.video-content{

position:relative;
color:#fff;
z-index:2;

}

/* play button */

.play-btn{

width:70px;
height:70px;
background:#f4b000;
border-radius:50%;
margin:0 auto 20px;
position:relative;
cursor:pointer;
box-shadow:0 0 0 10px rgba(255,255,255,0.1);

}

/* triangle icon */

.play-btn::after{

content:"";
position:absolute;
top:50%;
left:50%;
transform:translate(-40%,-50%);
border-left:14px solid #fff;
border-top:8px solid transparent;
border-bottom:8px solid transparent;

}

/* hover effect */

.play-btn:hover{

box-shadow:0 0 0 15px rgba(255,255,255,0.2);
}

/* text */

.video-content h2{

font-size:32px;
margin-bottom:10px;
font-weight:700;

}

.video-content p{

font-size:14px;
margin-bottom:20px;
color:#ddd;

}

/* button */

.video-btn{

background:#f4b000;
color:#000;
padding:12px 28px;
text-decoration:none;
border-radius:6px;
font-weight:600;
display:inline-block;

}

/* responsive */

@media(max-width:768px){

.video-banner{

height:350px;

}

.video-content h2{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64c981e */.menu-showcase{
background:#f7f7f7;
padding:120px 20px;
overflow:hidden; /* FIX overflow */
}

.menu-container{
max-width:1200px;
margin:auto;
}

/* row */

.menu-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
margin-bottom:100px;
flex-wrap:wrap; /* FIX break */
}

/* reverse */

.menu-row.reverse{
flex-direction:row-reverse;
}

/* text */

.menu-text{
max-width:480px;
flex:1;
}

.menu-text span{
color:#f4b000;
font-style:italic;
font-weight:600;
}

.menu-text h3{
font-size:32px;
margin:10px 0;
}

.menu-text p{
color:#666;
margin-bottom:20px;
line-height:1.6;
}

.menu-text a{
background:#f4b000;
color:#000;
padding:10px 24px;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

/* image */

.menu-img{
position:relative;
flex:1;
display:flex;
justify-content:center;
}

.menu-img img{
width:300px;
max-width:100%;
position:relative;
z-index:2;
}

/* background shape FIX */

.menu-img::before{
content:"";
position:absolute;
width:220px;
height:220px;
background:#f1e5c9;
transform:rotate(-15deg);
z-index:1;
}

/* responsive */

@media(max-width:768px){

.menu-row,
.menu-row.reverse{
flex-direction:column;
text-align:center;
}

.menu-img::before{
left:50%;
transform:translateX(-50%) rotate(-15deg);
}

.menu-row{
margin-bottom:70px;
}

}
.menu-img img{
transition: transform 0.2s ease-out;
will-change: transform;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c26793 */.testimonial-banner{

position:relative;
height:500px;
background:url("https://images.unsplash.com/photo-1568901346375-23c9450c58cd") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

}

.testimonial-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
}

.testimonial-container{
position:relative;
color:#fff;
max-width:700px;
}

/* slide */

.testimonial-slide{
display:none;
}

.testimonial-slide.active{
display:block;
}

/* avatar */

.avatar{
width:70px;
height:70px;
border-radius:50%;
margin-bottom:10px;
}

/* stars */

.stars{
color:#f4b000;
margin-bottom:10px;
}

/* text */

.testimonial-text{
font-size:20px;
margin-bottom:15px;
}

/* name */

h4{
margin:0;
}

span{
font-size:12px;
color:#ccc;
}

/* arrows */

.nav{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:30px;
cursor:pointer;
color:#fff;
}

.prev{ left:-80px; }
.next{ right:-80px; }

/* dots */

.dots{
margin-top:20px;
}

.dot{
display:inline-block;
width:8px;
height:8px;
background:#aaa;
margin:5px;
border-radius:50%;
cursor:pointer;
}

.dot.active{
background:#f4b000;
}

/* responsive */

@media(max-width:768px){

.testimonial-banner{
height:400px;
}

.prev,.next{
display:none;
}

.testimonial-text{
font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4261da3 */.taste-cta{

background:url("https://machohalalchickenandgrill.com/wp-content/uploads/2026/03/bg3-h3-3.jpg") center/cover no-repeat;

padding:140px 20px;
text-align:center;
position:relative;
overflow:hidden;

}

/* overlay (darken for readability) */

.taste-cta::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}

/* content */

.cta-content{
position:relative;
z-index:2;
max-width:700px;
margin:auto;
color:#fff;
}

/* top text */

.cta-content span{
color:#f4b000;
font-family:cursive;
font-size:20px;
}

/* heading */

.cta-content h2{
font-size:42px;
margin:10px 0;
font-weight:800;
}

/* paragraph */

.cta-content p{
color:#ddd;
margin-bottom:25px;
line-height:1.6;
}

/* button */

.cta-content a{
background:#f4b000;
color:#000;
padding:12px 28px;
text-decoration:none;
border-radius:6px;
font-weight:600;
display:inline-block;
}

/* responsive */

@media(max-width:768px){

.taste-cta{
padding:100px 20px;
}

.cta-content h2{
font-size:28px;
}

}/* End custom CSS */