:root {
--green-700: #1f6b5a;
--green-600: #1c5d50;
--orange-500: #ea5c2a;
--orange-600: #c94c1f;
--cream: #F9F1E3;
--sand: #f4e2cf;
--ink: #1a1a1a;
--muted: #4c4c4c;
--shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.12);
--radius-xl: 22px;
font-family: "Manrope", sans-serif;
color: var(--ink);
background: var(--cream);
}
h1, h2, h3, h4, h5, h6, li, button { 
font-family: "Special Gothic Condensed One", sans-serif;
} 
h1{
text-transform: uppercase;
font-size: 68px;
}
p, span, a { 
font-family: "Public Sans", sans-serif; 
font-weight: 400; 
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--cream); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
.logo-area img{
width: 195px;
}
.container {
max-width: 1480px !important;
}
.topbar {
position: sticky;
top: 0;
z-index: 10;
padding-top: 10px;
background: #F9F1E3;
color: var(--ink);
}
.logo { font-family: "Playfair Display", serif; font-size: 1.3rem; letter-spacing: 0.02em; }
.logo span { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #c0e8de; }
.navbar-dark .navbar-nav .nav-link { color: #000000; font-weight: 200; font-size: 21px; margin-right: 15px; font-family: "Special Gothic Condensed One", sans-serif;opacity: .8; text-transform: uppercase; }
.navbar-toggler { border-color: #c0e8de; }
.active{color: #E55A39 !important;}
.pill-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 40px; padding: .65rem 1.1rem; font-weight: 500; text-transform: uppercase; font-size: 20px; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;font-family:"Special Gothic Condensed One", sans-serif ; }
.pill-btn.primary { background: #E55A39; color: #fff; border: none; }
.pill-btn.primary:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(201, 76, 31, 0.32);background-color: #1C755B; }
.pill-btn.secondary { background: #1b5245; color: #fff; box-shadow: 0 12px 24px rgba(27, 82, 69, 0.28); border: none; }
.pill-btn.ghost { border: 1.5px solid var(--orange-500); color: var(--orange-500); background: transparent; }
.pill-btn.ghost:hover { background: rgba(234, 92, 42, 0.1); }

/* .hero { padding: 2rem 1rem 0; } */
.hero-media { position: relative; border-radius: calc(var(--radius-xl) + 4px); overflow: hidden; box-shadow: var(--shadow-soft); }
.hero-image { height: 100%; max-height: 730px; object-fit: cover; }
.play { position: absolute; top: 50%; right: 18rem; transform: translateY(-50%); height: 120px; width: 120px; border-radius: 50%; border: none; background: rgba(234, 92, 42, 0.92); color: #fff; display: grid; place-items: center; font-size: 1.8rem; box-shadow: 0 18px 32px rgba(0,0,0,0.28); transition: transform 0.2s ease; }
.play:hover { transform: translateY(-50%) scale(1.05); }
.hero-text { background: #fff; padding: 1.5rem 1.6rem; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); position: relative; margin-top: -40px; max-width: 650px; }
.eyebrow { color: var(--orange-500); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.35rem; }
.lead { color: var(--muted); line-height: 1.6; margin-bottom: 1.2rem; }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.banner-title{
position: absolute;
top: 40%;
left: 5%;
color: #fff;
line-height: 1.15;
font-size: 60px;
} 
.banner-title h1{
font-size: 68px;
text-transform: uppercase;
opacity: 0;
}
.about { 
padding: 8rem 4rem 8rem;
}
.gap-lg-2 {
gap: 1rem !important;
}
.about-left h2 { 
font-size: 68px; 
margin-bottom: 1rem; 
text-transform: uppercase;
padding-right: 50px;
font-weight: 400;
}
.about-right p{
font-size: 21px;
}
.about-left p { color: var(--muted); margin-bottom: 0.8rem; }
.badge { position: absolute; top: 12px; left: 12px; background: #fff; color: var(--orange-500); border: 2px dashed var(--orange-500); padding: 0.65rem 0.9rem; border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; box-shadow: 0 10px 22px rgba(0,0,0,0.14); animation: spin 12s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.gallery { padding: 0 1rem 3rem; }
.gallery-item { background-size: cover; background-position: center; border-radius: var(--radius-xl); min-height: 260px; box-shadow: var(--shadow-soft); }
.gallery-item.large { min-height: 320px; height: 100%; }
.middle_banner {
position: relative;
}
.food-batch {
position: absolute;
top: -74px;
left: 13%;
transform: translateX(-50%);
width: 150px;
z-index: 1;
}
/* Food Truck List Section */
.food-truck-list {
background: #2a2a2a;
padding: 8rem 1rem 8rem;
color: #fff;
margin-bottom: -40px;
}
.truck-list-title {
margin-bottom: 0.75rem;
text-align: center;
margin-bottom: 2.5rem;
}
.day-tabs {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 3rem;
border: none;
gap: 15px;
}
.day-tabs .nav-item {
list-style: none;
}
.day-tab {
background: transparent;
border: 2px solid transparent;
color: #ffffff;
padding: 0.2rem 1rem;
font-size: 22px;
cursor: pointer;
border-radius: 25px;
transition: all 0.3s ease;
}
.day-tab:hover {
color: #fff;
border-color: rgba(234, 92, 42, 0.5);
}
.day-tab.active {
border-color: var(--orange-500);
color: #fff;
}
.truck-carousel {
position: relative;
max-width: 1400px;
margin: 0 auto;
}
.truck-cards-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
padding: 0 3rem;
}
.food-truck-list .all-trucks-slider {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap !important;
align-items: stretch;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
gap: 1.5rem;
padding: 0 3rem;
scrollbar-width: none;
-ms-overflow-style: none;
width: 100%;
white-space: nowrap;
justify-content: center;
}
.all-trucks-slider::-webkit-scrollbar {
display: none;
}
.all-trucks-slider .truck-card {
flex: 0 0 25%;
max-width: 25%;
min-width: 260px;
}
@media (max-width: 991px) {
.all-trucks-slider .truck-card {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 576px) {
.all-trucks-slider .truck-card {
flex: 0 0 90%;
max-width: 90%;
}
}
.no-arrows .carousel-arrow {
display: none;
}
.no-arrows .truck-cards-wrapper {
padding: 0;
}
.truck-card {
border-radius: 18px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.truck-image {
position: relative;
height: 450px;
overflow: hidden;
border-radius: 20px;
}
.truck-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
transition: transform 0.5s ease;
}
.truck-card:hover .truck-image img {
transform: scale(1.1);
border-radius: 20px;
}
.truck-badges {
position: absolute;
top: 15px;
left: 15px;
display: flex;
flex-direction: row;
gap: 0.5rem;
}
.truck-badge {
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 0.4rem 0.8rem;
border-radius: 20px;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
display: inline-block;
}
.truck-info {
padding: 1.5rem;
padding-left: 3px;
}
.truck-name {
font-size: 36px;
margin-bottom: 0.5rem;
font-weight: 400;
color: #ffffff;
}
.truck-hours {
color: #ffffff;
opacity: 0.8;
font-size: 18px;
letter-spacing: 0.03em;
}
.carousel-arrow.prev {
left: -15px;
}
.carousel-arrow.next {
right: -15px;
}
.carousel-arrow {
position: absolute;
top: 40%;
transform: translateY(-50%);
background: #fff;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
display: grid;
place-items: center;
cursor: pointer;
font-size: 1.2rem;
color: #2a2a2a;
transition: all 0.3s ease;
z-index: 2;
}
.truck-info img{
width: 15px;
margin-right: 10px;
opacity: 0;
transition: opacity 0.4s ease;
display: none;
}
.truck-card:hover .truck-info img{
opacity: 1;
display: block;
}
.carousel-arrow:hover {
background: var(--orange-500);
color: #fff;
transform: translateY(-50%) scale(1.1);
}
.truck-name{
display: flex;
align-items: center;
}
.services_area {
padding: 8rem 0 5.5rem;
background: var(--cream);
text-align: center;
border-radius: 50px;
}
.services_area h1 {
margin-bottom: 0.75rem;
}
.services_area > p {
max-width: 50%;
margin: 0 auto 2.2rem;
color: var(--muted);
line-height: 1.35;
font-size: 21px;
color: #000000;
}
.services_area .pill-btn{
margin-bottom: 75px;
}
.music_slider {
position: relative;
}
.music-batch {
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 150px;
z-index: 1;
}
.music-batch img {
width: 100%;
}
.gallery-slider {
position: relative;
overflow: hidden;
border-radius: var(--radius-xl);
padding: 1.25rem 0;
background-color: transparent;
box-shadow: none;
}
.gallery-slider::before {
left: 0;
background: linear-gradient(90deg, var(--cream), rgba(249, 241, 227, 0));
}
.gallery-slider::after {
right: 0;
background: linear-gradient(270deg, var(--cream), rgba(249, 241, 227, 0));
}
.gallery-track {
display: flex;
align-items: center;
gap: 1.2rem;
width: max-content;
animation: gallery-marquee 38s linear infinite;
padding: 0 1.4rem;
}
.gallery-slider:hover .gallery-track {
animation-play-state: paused;
}
.gallery-slide {
flex: 0 0 clamp(220px, 32.5vw, 500px);
border-radius: 18px;
overflow: hidden;
background: transparent;
}
.gallery-slide img {
display: block;
width: 100%;
height: clamp(180px, 26vw, 500px);
object-fit: cover;
}

@keyframes gallery-marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

/* --- TESTIMONIALS SECTION --- */
.testimonials-section {
padding: 7rem 0 7rem 0;
}
.testimonial-bg {
background: url('../images/testimonials-bg.svg') no-repeat center center;
background-size: cover;
background-position: center;
position: relative;
display: block;
height: 800px;
background-size: 90%;
}
.testimonial-quote {
position: absolute;
top: 20px;
right: 80px;
max-width: 150px;
z-index: 3;
}
.testimonial-title {
margin: 1.2rem 0 2.3rem 0;
}
.testimonial-arrow {
position: absolute;
top: 48%;
transform: translateY(-50%);
background: #fff;
border: none;
border-radius: 50%;
width: 38px;
height: 38px;
font-size: 1.4rem;
box-shadow: 0 2px 10px rgba(0,0,0,0.07);
cursor: pointer;
transition: background 0.2s;
z-index: 2;
}
.testimonial-arrow.left { left: 38px; top:300px; }
.testimonial-arrow.right { right: 38px; top:300px; }
.testimonial-arrow:focus { outline: 2px solid #F1784D; }.testimonial-slide-wrapper {
margin: 0 auto;
max-width: 650px;
min-height: 180px;
position: relative;
}
.testimonial-slide {
display: none;
opacity: 0;
transition: opacity 0.4s;
position: absolute;
left: 0; right: 0; top: 0;
}
.testimonial-slide.active {
display: block;
opacity: 1;
position: relative;
}
.testimonial-text {
font-size: 24px;
line-height: 1.5;
color: #000000;
margin-bottom: 1.6rem;
}
.news_inner_area h4{
  font-size: 40px;
  text-transform: uppercase;
}
.testimonial-author {
color: #000000;
font-size: 22px;
margin-top: 1rem;
font-weight: 500;
letter-spacing: 0.04em;
}
@media (max-width: 600px) {
.testimonial-bg { padding: 2.5rem 0.5rem 2.5rem 0.5rem; }
.testimonial-title { font-size: 2rem; }
.testimonial-quote { right: 16px; width: 56px; top: -28px; }
.testimonial-arrow.left { left: 10px; }
.testimonial-arrow.right { right: 10px; }
}

/* Home-News */
.news_inner_area {
background-color: #ffffff;
padding: 20px;
border-radius: 20px;
overflow: hidden;
}
.news_inner_area img{
width: 100%;
padding-bottom: 20px;
transition: transform 0.3s ease;
}
.news_inner_area:hover img{
transform: scale(1.02);
}
.news_inner_area p{
margin-bottom: 10px;
padding-top: 15px;
}
.arrow-btn {
width: 64px;
height: 45px;
border: 2px solid #0f172a; /* dark border */
border-radius: 999px;     /* pill shape */
background: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
transition: all 0.2s ease;
padding-bottom: 0;
margin-top: 20px;
}
.arrow-btn img{
width: 18px;
padding-bottom: 0;
transition: transform 0.3s ease;
}
.arrow-btn:hover img {
transform: rotate(45deg);
transition: transform 0.3s ease;
}
.recent_news {
padding-bottom: 130px;
padding-top: 40px;
}
.recent_news h1{
text-align: center;
padding-bottom: 40px;
}
.footer_sec {
background-color: #22201F;
padding-bottom: 20px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.footer_sec h1{
color: #ffffff;
text-align: left;
padding-bottom: 10px;
}
.footer_sec a{
text-decoration: none;
color: #ffffff;
font-size: 20px;
}
.home-banner-title h1{
  font-size: 90px;
}
.footer_inner_left {
background-color: #1C755B;
padding: 40px 60px;
border-radius: 30px;
margin-top: 15px;
margin-bottom: 150px;
}
.footer_inner_left:hover {
scale: 1.01;
}
.footer_inner_right{
background-color: #E55A39;
padding: 40px 60px;
border-radius: 30px;
margin-top: 15px;
margin-bottom: 150px;
}
.footer_inner_right:hover {
scale: 1.01;
}

.social-icon {
padding-top: 75px;
padding-left: 60px;
}
.social-icon i {
border: 1px solid #E55A39;
border-radius: 999px;
padding: 10px 12px;
margin-right: 10px;
}
.social-icon a {
color: #E55A39;
font-size: 20px;
transition: transform 0.3s ease;
}
.social-icon i:hover {
transform: scale(1.1);
}
.social-icon p{
color: #ffffff;
margin-top: 12px;
opacity: .6;
}
.footer_sec ul li {
margin-bottom: 10px;
}
.footer_sec h5 {
color: #E55A39;
margin-bottom: 15px;
font-size: 20px;
}
.footer_sec ul {
padding-left: 16px;
opacity: .6;
}
.footer_sec ul li {
color: #ffffff;
margin-bottom: 10px;
}
.footer_sec ul li a {
opacity: .6;
transition: opacity 0.3s ease;
}
.footer_sec ul li a:hover {
opacity: 1;
}

/* About */
.abt_middle_banner {
background-color: #22201F;
padding: 20px 30px;
border-radius: 30px;
}
.about-banner{
border-radius: 55px;
}
.banner_img_area img{
width: 100%;
}
.banner_text_area h1{
color: #ffffff;
font-size: 68px;
margin-bottom: 20px;
padding-top: 40px;
}
.banner_text_area p{
color: #ffffff;
font-size: 20px;
line-height: 1.5;
}
.banner_text_area {
padding: 100px;
padding-top: 50px;
}
.star-badge {
width: 60px;
height: 60px;
position: relative;
display: inline-block;
}
.star-badge svg {
width: 60px;
height: 60px;
display: block;
}
.star-number {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: 700;
color: #ffffff;
}
.why_us_inner {
background-color: #ffffff;
padding: 40px;
border-radius: 30px;
margin-top: 50px;
min-height: 350px;
transition: all 0.3s ease;
}
.why_us_inner:hover{
  box-shadow: 0 16px 32px rgba(201, 76, 31, 0.32);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.why_us_inner h4{
padding-top: 110px;
font-size: 40px;
text-transform: uppercase;
}
.why_us{
padding-top: 130px;
padding-bottom: 130px;
}
.why_us h1{
text-align: center;
}
.vision_area {
text-align: center;
padding-top: 120px;
padding-bottom: 120px;
}
.vision_area p{
width:60%;
margin: auto;
line-height: 1.5;
padding-top: 10px;
font-size: 20px;
}
.main-food-truck-list {
background-color: transparent;
}
.main-food-truck-list h1{
color: #161C22;
}
.main-day-tab {
color: #161C22;
}
.main-day-tab.active {
border-color: #E55A39;
color: #E55A39;
}
.main-day-tab:hover {
color: #161C22;
}

.main-tab-content h3{
color: #161C22;
}
.main-tab-content p{
color: #000000;
opacity: .8;
}

/* Contact */
.contact-form{
background-color: #ffffff;
padding: 60px;
border-radius: 30px;
}
.contact-form label{
font-weight: 500;
font-family:"Special Gothic Condensed One", sans-serif ;
font-size: 21px;
}
.contact-left-text {
  font-size: 21px;
  padding-right: 100px;
}
.ml-20 {
margin-left: 100px;
font-weight: 400;
}
.enquiry-sec {
background-color: #ffffff;
padding-top: 120px;
padding-bottom: 120px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.enquiry-sec p{
margin-bottom: 5px;
font-size: 21px;
}
.enquiry-sec h4{
margin-bottom: 20px;
font-size: 40px;
}
.map-sec {
position: relative;
z-index: 0;
}
.contact-footer {
padding-top: 80px;
margin-top: -30px;
}
.form-control{
  border-radius: 10px;
  border-color: #B4B0A9;
  padding: .6rem .75rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: #B4B0A9;
  
}

/* recent news */
.news-main-area {
padding-top: 120px;
padding-bottom: 120px;
}

/* Our Services */
.ser_middle_banner {
background-color: #22201F;
padding: 150px 0;
text-align: center;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
}
.ser_middle_banner h1{
text-align: center;
padding-bottom: 10px;
color: #ffffff;
}
.ser_middle_banner p{
color: #ffffff;
font-size: 20px;
line-height: 1.5;
margin-top: 10px;
width: 60%;
margin: auto;
}
.middle-align {
left: 50%;
transform: translateX(-50%);
}
.ser_middle_area {
background-color: #ffffff;
}
.services_area_main {
background-color: #ffffff;
padding-top: 70px;
padding-bottom: 70px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
}
.ser_middle_area h1{
color: #161C22;
}
.ser_middle_area p{
color: #030303;
}
.ser_text_area {
padding-right: 30px;
padding-top: 70px;
}
.ser_middle_banner_top {
background-color: #ffffff;
}
.main_inner_services p{
width: 70%;
padding-bottom: 60px;
padding-top: 15px;
font-size: 20px;
}
.ser_btm_text {
padding-top: 120px;
}
.ser_btm_text h1{
text-align: center;
}
.ser_btm_text p{
width: 60%;
margin: auto;
line-height: 1.5;
padding-top: 10px;
font-size: 20px;
}

/* Taco-trail */
.taco-trail-slide {
padding-top: 0;
padding-bottom: 0;
}
.menu-card{
border: 1px solid #27A37F;
padding: 40px;
border-radius: 40px;
position: relative;
min-height: 420px;
}
.menu-card h3 {
color: #ffffff;
text-align: left;
font-size: 38px;
}
.taco-batch{
top: 350px;
left: 38px;
}
.menu-card h4 {
color: #27A37F;
text-align: left;
font-weight: 400;
margin-bottom: 10px;
padding-bottom: 40px;
font-size: 36px;
}
.menu-card p {
color: #ffffff;
text-align: left;
opacity: .8;
width: 100%;
}
.taco-main-bg{
background-color: #161C22;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
}
.taco-main-bg h1{
padding-bottom: 80px;
}
.schedule-main {
padding-top: 150px;
padding-bottom: 120px;
background-color: #ffffff;
margin-top: -30px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
}
.day_timing {
margin: auto;
width: 40%;
}
.bor-top-btm {
border-top: 1px solid #F5E6C9;
border-bottom: 1px solid #F5E6C9;
}
.bor-btm{
border-bottom: 1px solid #F5E6C9;
}
.schedule-main h6{
font-size: 30px;
padding-top: 17px;
padding-bottom: 10px;
text-transform: uppercase;
}
.schedule-main h1{
text-align: center;
padding-bottom: 40px;
}

/* --- Modal: auto height + scrollable body --- */
#vendorModal .modal-dialog {
height: auto;
}
#vendorModal .modal-body {
overflow-y: auto;
}
.modal-title{
  font-size: 30px;
}