:root{

--primary:#f4c542;
--secondary:#1a0f0a;
--accent:#e04b2f;
--surface:#24140d;
--surface-2:#2f190f;
--text:#fff7ea;
--muted:#f0d9b8;
--white:#ffffff;
--gray:#e9e9e9;
--border:rgba(244,197,66,.22);
--transition:.35s ease;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;
background:linear-gradient(135deg,#120806 0%,#22110a 100%);
color:var(--text);
overflow-x:hidden;
line-height:1.7;

}

h1,h2,h3,h4,h5{

font-family:'Bebas Neue',sans-serif;
letter-spacing:1px;
margin-bottom:0.8rem;

}

a{

text-decoration:none;

}

img{

max-width:100%;

}

section{

position:relative;

}

.ecff-site .btn-warning,
.ecff-site .btn-outline-warning{
background:linear-gradient(135deg,var(--primary),var(--accent));
border-color:var(--primary);
color:#2b1209;
}

.ecff-site .btn-warning:hover,
.ecff-site .btn-warning:focus,
.ecff-site .btn-outline-warning:hover,
.ecff-site .btn-outline-warning:focus{
background:linear-gradient(135deg,#f6d06d,var(--primary));
border-color:#f6d06d;
color:#2b1209;
}

.add-to-cart-btn{
margin-top:0.75rem;
background:rgba(244,197,66,.16);
border:1px solid rgba(244,197,66,.32);
color:var(--primary);
font-weight:600;
transition:all .3s ease;
}

.add-to-cart-btn:hover,
.add-to-cart-btn.added{
background:linear-gradient(135deg,var(--primary),var(--accent));
color:#2b1209;
border-color:var(--primary);
}

.mobile-cart-fab{
position:fixed;
right:16px;
bottom:16px;
z-index:1050;
display:none;
align-items:center;
justify-content:center;
gap:0.45rem;
background:linear-gradient(135deg,var(--primary),var(--accent));
color:#2b1209;
font-weight:700;
text-decoration:none;
padding:0.9rem 1.05rem;
border-radius:999px;
box-shadow:0 12px 30px rgba(0,0,0,.35);
}

.mobile-cart-fab #mobile-cart-badge{
background:var(--secondary);
color:var(--primary);
border-radius:999px;
padding:0.2rem 0.55rem;
font-size:0.8rem;
}

@media (max-width: 767px){
  .mobile-cart-fab{
    display:inline-flex;
  }
}

.cart-pill{
position:relative;
display:inline-flex;
align-items:center;
gap:0.5rem;
}

.cart-pill .badge{
position:absolute;
top:-8px;
right:-10px;
}

.cart-summary-card,
.checkout-card,
.payment-card,
.order-summary-card{
background:linear-gradient(135deg,var(--surface),#160f09);
border:1px solid var(--border);
border-radius:24px;
padding:1.5rem;
box-shadow:0 20px 40px rgba(0,0,0,.16);
}

.cart-summary-item{
display:flex;
justify-content:space-between;
align-items:center;
gap:1rem;
padding:0.85rem 0;
border-bottom:1px solid rgba(255,255,255,.08);
}

.cart-summary-controls{
display:flex;
align-items:center;
gap:0.5rem;
}

.cart-qty-btn{
width:30px;
height:30px;
border-radius:50%;
border:0;
background:rgba(212,175,55,.16);
color:var(--primary);
font-weight:700;
}

.cart-empty{
color:#cfcfcf;
margin:0;
}

.checkout-form .form-control,
.payment-form .form-control,
.checkout-form .form-select,
.payment-form .form-select{
background:#0f0f0f;
border:1px solid rgba(255,255,255,.1);
color:#fff;
}

.checkout-form .form-control:focus,
.payment-form .form-control:focus,
.checkout-form .form-select:focus,
.payment-form .form-select:focus{
background:#121212;
color:#fff;
border-color:var(--primary);
box-shadow:0 0 0 .2rem rgba(212,175,55,.25);
}

.payment-method-option{
background:#111;
border:1px solid rgba(255,255,255,.08);
border-radius:16px;
padding:1rem;
margin-bottom:0.75rem;
}

.payment-method-option input{
margin-right:0.6rem;
}

.payment-success{
background:rgba(212,175,55,.1);
border:1px solid rgba(212,175,55,.35);
border-radius:18px;
padding:1.25rem;
color:#ffe8a6;
}

.ecff-site .container{

position:relative;
z-index:2;

}

.ecff-site .badge{

background:rgba(212,175,55,.2);
color:#ffd86b;
border:1px solid rgba(212,175,55,.4);
padding:0.7rem 1rem;
border-radius:999px;
font-weight:600;
letter-spacing:1px;

}

.section-heading span,
.section-subtitle{

display:inline-block;
color:var(--accent);
font-weight:600;
letter-spacing:2px;
margin-bottom:0.75rem;
text-transform:uppercase;
font-size:0.9rem;

}

.section-heading h2,
.section-title{

font-size:clamp(2rem,3vw,2.8rem);
margin-bottom:1rem;

}

.section-heading p,
.hero-subtitle,
.about-section p,
.why-card p,
.signature-card p,
.review-card p{

color:#cfcfcf;
font-size:1rem;

}

.ecff-site .custom-navbar{

background:transparent;
padding:18px 0;
transition:.4s;

}

.ecff-site .navbar-scrolled{

background:rgba(7,7,7,.95);
box-shadow:0 10px 30px rgba(0,0,0,.45);
backdrop-filter:blur(12px);

}

.ecff-site .logo{

height:70px;

}

.ecff-site .nav-link{

color:#fff!important;
font-weight:500;
margin-left:18px;
position:relative;

}

.nav-link:hover,
.nav-link:focus{

color:var(--primary)!important;

}

.navbar-toggler{
border:0;
padding:0.25rem;
}

.navbar-toggler:focus{
box-shadow:none;
}

.navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link::after{

content:"";
position:absolute;
left:0;
bottom:-4px;
width:0;
height:2px;
background:var(--primary);
transition:.3s;

}

.nav-link:hover::after{

width:100%;

}

.hero{

min-height:100vh;
display:flex;
align-items:center;
background:linear-gradient(110deg,rgba(0,0,0,.9),rgba(0,0,0,.6)),
url("ecff-foodtruck.jpeg") no-repeat;
background-size:cover;
background-position:center;
padding:120px 0;

}

.hero h1{

font-size:clamp(3rem,6vw,5.5rem);
line-height:0.95;
margin-bottom:1.2rem;

}

.hero h1 span{

color:var(--primary);

display:block;

}

.hero-subtitle{

font-size:1.1rem;
max-width:560px;
margin-bottom:1.5rem;

}

.hero-highlights{

display:flex;
flex-wrap:wrap;
gap:0.8rem;
margin-bottom:1.5rem;

}

.hero-highlights div{

background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.1);
padding:0.7rem 1rem;
border-radius:999px;
font-size:0.95rem;

}

.hero-highlights i{

color:var(--primary);
margin-right:0.35rem;

}

.hero-card{

position:relative;
max-width:520px;
margin:0 auto;

}

.hero-truck{

border-radius:28px;
box-shadow:0 30px 70px rgba(0,0,0,.4);

}

.hero-floating-card{

position:absolute;
bottom:-20px;
left:20px;
background:rgba(17,17,17,.95);
border:1px solid rgba(255,255,255,.1);
padding:1rem 1.25rem;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.hero-floating-card p{

margin:0;
color:var(--primary);
font-weight:600;
text-transform:uppercase;
font-size:.8rem;
letter-spacing:1px;

}

.hero-floating-card h4{

margin:0.2rem 0;
font-size:1.45rem;

}

.hero-floating-card span{

font-size:.95rem;
color:#cfcfcf;

}

.food-card{

background:linear-gradient(180deg,#1b1b1b,#141414);
border:1px solid rgba(255,255,255,.06);
border-radius:22px;
overflow:hidden;
transition:.35s;
box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.food-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.2);

}

.food-card-image{

height:220px;
object-fit:cover;
width:100%;

}

.food-card-body{

padding:1.25rem 1.35rem 1.45rem;

}

.food-card h4{

text-align:left;
font-size:1.45rem;
margin-bottom:0.4rem;

}

.food-card p{

margin:0;
color:#cfcfcf;
font-size:.95rem;

}

.footer{

background:#050505;
padding:80px 0 20px;

}

.footer ul{

padding:0;
list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer a{

color:#ccc;

}

.footer a:hover{

color:var(--primary);

}

.payments img{

height:32px;
margin-right:8px;
margin-bottom:8px;

}

.section-title{

font-size:52px;
margin-bottom:20px;

}

.section-subtitle{

color:var(--primary);
font-weight:600;
letter-spacing:2px;

}

.feature-box{

background:linear-gradient(180deg,#1d1d1d,#151515);
padding:30px;
border-radius:18px;
text-align:center;
height:100%;
transition:.35s;
border:1px solid rgba(255,255,255,.05);

}

.feature-box:hover{

transform:translateY(-8px);

}

.feature-box i{

font-size:40px;
color:var(--primary);
margin-bottom:15px;

}

.about-visual{

position:relative;

}

.about-badge{

position:absolute;
bottom:20px;
left:20px;
background:rgba(7,7,7,.9);
color:#fff;
padding:0.7rem 1rem;
border-radius:999px;
font-size:.95rem;
box-shadow:0 12px 30px rgba(0,0,0,.25);

}

.why-us{

background:linear-gradient(180deg,#101010,#0c0c0c);

}

.why-card{

padding:40px;
background:linear-gradient(180deg,#1f1f1f,#161616);
border-radius:22px;
text-align:center;
height:100%;
border:1px solid rgba(255,255,255,.05);

}

.why-card i{

font-size:48px;
color:var(--primary);
margin-bottom:20px;

}

.lunch-banner{

padding:80px 0;
background:linear-gradient(90deg,#d4af37,#f2cd5f);
color:#111;

}

.price{

font-size:56px;
font-weight:700;

}

.gallery-img{

width:100%;
height:280px;
object-fit:cover;
transition:.4s;

}

.gallery-img:hover{

transform:scale(1.05);

}

.cta-section{

padding:100px 0;

}

.cta-box{

background:linear-gradient(135deg,#1e1e1e,#111);
border-radius:32px;
padding:70px;
text-align:center;
box-shadow:0 20px 60px rgba(0,0,0,.25);
border:1px solid rgba(255,255,255,.06);

}

.statistics-section{

background:linear-gradient(180deg,#111,#0b0b0b);

}

.stat-card{

background:linear-gradient(180deg,#1c1c1c,#151515);
border:1px solid rgba(255,255,255,.06);
border-radius:22px;
padding:2rem 1.25rem;
text-align:center;
height:100%;
box-shadow:0 14px 35px rgba(0,0,0,.12);

}

.stat-card h3{

font-size:2.2rem;
color:var(--primary);
margin-bottom:0.5rem;

}

.stat-card p{

margin:0;
color:#d8d8d8;

}

.process-section{

background:#0d0d0d;

}

.process-card{

background:linear-gradient(180deg,#1b1b1b,#141414);
border:1px solid rgba(255,255,255,.06);
border-radius:22px;
padding:2rem 1.25rem;
text-align:center;
height:100%;
transition:.35s;
box-shadow:0 16px 36px rgba(0,0,0,.12);

}

.process-card:hover{

transform:translateY(-8px);

}

.process-icon{

width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 1rem;
background:rgba(212,175,55,.15);
color:var(--primary);
font-size:1.25rem;

}

.process-step{

display:inline-block;
font-size:.8rem;
font-weight:700;
letter-spacing:2px;
color:var(--primary);
margin-bottom:0.7rem;
text-transform:uppercase;

}

.process-card h4{

font-size:1.45rem;
margin-bottom:0.6rem;

}

.process-card p{

color:#cfcfcf;
margin:0;
font-size:.95rem;

}

.reviews-section{

background:linear-gradient(180deg,#0f0f0f,#090909);

}

.review-card{

background:linear-gradient(180deg,#1b1b1b,#131313);
border:1px solid rgba(255,255,255,.06);
border-radius:22px;
padding:2rem 1.4rem;
height:100%;
box-shadow:0 16px 36px rgba(0,0,0,.12);

}

.review-card .stars{

color:#f2c94c;
font-size:1.1rem;
letter-spacing:1px;
margin-bottom:1rem;
text-shadow:0 0 8px rgba(242, 201, 76, 0.25);

}

.review-card p{

color:#e6e6e6;
margin-bottom:1rem;
font-size:1rem;

}

.review-card h5{

margin-bottom:0.2rem;
font-size:1.2rem;

}

.review-card span{

color:#b6b6b6;
font-size:.9rem;

}
.page-banner{

padding:170px 0 90px;
background:#111;
text-align:center;

}

.page-banner h1{

font-size:70px;
color:#fff;

}

.menu-category{

background:linear-gradient(135deg,var(--surface),#16110b);
padding:35px;
border-radius:20px;
height:100%;
border:1px solid var(--border);
box-shadow:0 20px 45px rgba(0,0,0,.2);
overflow:hidden;

}

.menu-category h2{

color:var(--primary);
margin-bottom:20px;

}

.menu-category-image{

margin-bottom:18px;
border-radius:16px;
overflow:hidden;
border:1px solid rgba(255,255,255,.08);

}

.menu-category-image img{

display:block;
width:100%;
height:220px;
object-fit:cover;

}

.menu-item{

padding:16px;
border:1px solid var(--border);
border-radius:16px;
margin-bottom:14px;
background:linear-gradient(180deg,rgba(242,184,75,.08),rgba(255,255,255,.02));
box-shadow:0 10px 25px rgba(0,0,0,.12);
transition:transform .25s ease, border-color .25s ease;

}

.menu-item:hover{

transform:translateY(-3px);
border-color:rgba(244,197,66,.42);

}

.menu-item:last-child{

margin-bottom:0;

}

.menu-item-image{

margin-bottom:12px;
border-radius:12px;
overflow:hidden;

}

.menu-item-image img{

display:block;
width:100%;
height:140px;
object-fit:cover;

}

.menu-item h4{

display:flex;
justify-content:space-between;
align-items:center;
font-size:22px;
gap:10px;

}

.menu-item span{

color:var(--primary);

}

.menu-item p{

margin-top:8px;
color:#bdbdbd;

}

.menu-filter button{

margin:8px;

}

@media (max-width: 991px){
  .menu-category-image img{
    height:190px;
  }
}

@media (max-width: 767px){
  .menu-category{
    padding:24px;
  }

  .menu-category-image img{
    height:160px;
  }

  .menu-item{
    padding:14px;
  }

  .menu-item-image img{
    height:120px;
  }

  .menu-item h4{
    font-size:20px;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
}
.about-hero{

padding:170px 0;
background:#111;

}

.story img{

box-shadow:0 30px 70px rgba(0,0,0,.4);

}

.why-box{

padding:40px;
background:#181818;
text-align:center;
border-radius:20px;
transition:.4s;

}

.why-box:hover{

transform:translateY(-10px);

}

.why-box i{

font-size:50px;
color:#D4AF37;
margin-bottom:20px;

}

.stats{

background:#D4AF37;
padding:80px 0;
color:#111;

}

.stats h2{

font-size:60px;

}

.about-cta{

padding:120px 0;
text-align:center;

}
.gallery-hero{

padding:180px 0;
background:#111;

}

.gallery-filter{

padding:60px 0;

}

.gallery-filter button{

background:none;
border:2px solid #d4af37;
color:white;
padding:12px 30px;
margin:10px;
border-radius:40px;

}

.gallery-filter .active{

background:#d4af37;
color:#111;

}

.gallery-image{

width:100%;
height:380px;
object-fit:cover;
border-radius:20px;
transition:.5s;

}

.gallery-image:hover{

transform:scale(1.05);

}

.instagram-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;

}

.insta-card img{

width:100%;
border-radius:15px;

}
.location-hero{

padding:180px 0;
background:#111;

}

.info-card{

background:#1b1b1b;
padding:40px;
border-radius:20px;
height:100%;
text-align:center;
transition:.35s;

}

.info-card:hover{

transform:translateY(-10px);

}

.info-card i{

font-size:48px;
color:#d4af37;
margin-bottom:20px;

}

.contact-section .form-control{

background:#171717;
border:1px solid #333;
color:#fff;

}

.schedule{

padding:80px 0;

}

.floating-buttons{

position:fixed;
right:25px;
bottom:30px;
display:flex;
flex-direction:column;
gap:15px;
z-index:999;

}

.floating-buttons a{

width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#d4af37;
color:#111;
font-size:24px;
box-shadow:0 10px 25px rgba(0,0,0,.35);

}
.faq-hero{

padding:180px 0;
background:#111;

}

.faq-section{

background:#0d0d0d;

}

.accordion-item{

background:#181818;
border:none;
margin-bottom:20px;
border-radius:15px;
overflow:hidden;

}

.accordion-button{

background:#181818;
color:#fff;
font-weight:600;

}

.accordion-button:not(.collapsed){

background:#d4af37;
color:#111;

}

.accordion-body{

background:#222;
color:#ddd;
line-height:1.8;

}

.faq-contact{

padding:120px 0;
text-align:center;
background:#111;

}
.legal-hero{

padding:170px 0;
background:#111;

}

.legal-section{

padding:100px 0;
background:#0d0d0d;

}

.legal-card{

background:#181818;
padding:60px;
border-radius:25px;

}

.legal-card h2{

color:#d4af37;
margin-top:35px;

}

.legal-card p{

line-height:1.9;
color:#d8d8d8;

}
/* ======================================================
   TERMS & LEGAL PAGES
====================================================== */

.legal-card{

max-width:1000px;
margin:auto;
background:#171717;
padding:60px;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.35);

}

.legal-card h2{

font-size:28px;
margin:40px 0 15px;
color:#D4AF37;

}

.legal-card p{

color:#d5d5d5;
line-height:1.9;
font-size:17px;

}

@media(max-width:768px){

.legal-card{

padding:30px;

}

.legal-card h2{

font-size:22px;

}

}

.order-hero{

padding:180px 0;
background:#111;

}

.platform-card{

background:#181818;
padding:40px;
border-radius:20px;
text-align:center;
transition:.35s;
height:100%;

}

.platform-card:hover{

transform:translateY(-10px);

}

.platform-card img{

height:70px;
margin-bottom:20px;

}

.feature-box{

padding:35px;
text-align:center;
background:#1d1d1d;
border-radius:20px;

}

.feature-box i{

font-size:48px;
color:#D4AF37;
margin-bottom:20px;

}

.order-cta{

padding:120px 0;
background:#111;
text-align:center;

}
.list-unstyled{

   text-decoration:none;
}















