/* colors */
/* #080707 #EC8057 #747474 */
:root {
  --primary-color: #ec8057;
  --secondary-color: #747474;
  --color: #080707;
  --font-size-large: 1.5rem;
  --padding: 16px;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'Rubik';
  src: url('../../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
}

body {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: 'Rubik', sans-serif !important;
  background: linear-gradient(135deg, #ec7357, #747474);
  color: #fff;
  position: relative;
}
main {
  min-height: 100vh !important;
}
.logo {
  height: 70px;
  width: 70px;
}
.navbar-brand {
  font-weight: bold;
}
.nav-link {
  color: white !important;
}
.main {
  position: relative;
}
.hero {
  min-height: 70vh;
}
.hero-image {
  text-align: right;
}
.rating-img {
  width: 45%;
  margin-bottom: 20px;
}
.intro-vector {
  position: relative;
}
img.intro-vector {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100px;
}
body.homepage::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 720px;
  background-image: url('../../uploads/home/rect.png');
  background-size: contain;
  background-repeat: no-repeat;

  z-index: -9000;
}
/*  */

.hero-intro {
  padding-left: 3rem;
}
.hero-intro p {
  font-weight: bold;
  color: white;
}
.hero-intro h1 {
  color: white;
}
.btn-white {
  background-color: #fff !important;
  color: #000 !important;
}

.btn-white:hover {
  background-color: #e85f00 !important;
  color: #fff !important;
}

.hot-items-section {
  /* background-color: #fff; */
  color: #fff;
  padding: 4rem 0;
}
/* Base Styles */
.swiper {
  padding: 50px 20px;
}

.card {
  background-color: var(--primary-color) !important;
  border-radius: 20px;
  padding: 20px;
  color: white;
  text-align: center;
  height: 250px;
  transition: height 0.3s ease;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  background: white;
  color: orange;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: orange;
}

.card-burger {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  background: #ff8a00;
  color: #fff;
}
/* banner section */
.my-banner-section img {
  max-height: 547px;
  object-fit: contain;
  width: 1700px !important;
}
/* ========== Responsive Tweaks ========== */

/* Small Devices (<576px) */
@media (max-width: 575.98px) {
  .intro-vector {
    display: none;
  }
  .main {
    padding: 5px;
  }
  .hero-intro {
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .swiper {
    padding: 30px 10px;
  }

  .card {
    height: 290px;
    font-size: 0.9rem;
  }

  .card img {
    height: 120px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 0.8rem;
  }
}

/* Medium Devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro-vector {
    display: none;
  }
  .main {
    padding: 5px;
  }
  .card {
    height: 280px;
  }

  .card img {
    height: 130px;
  }
}

/* Large Devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .card {
    height: 290px;
  }

  .card img {
    height: 140px;
  }
}

/* XL and above (≥1200px) */
@media (min-width: 1200px) {
  .swiper {
    padding: 60px 40px;
  }

  .card {
    height: 300px;
  }

  .card img {
    height: 160px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1.2rem;
  }
}
/* Base Styles */
.swiper {
  padding: 50px 20px;
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  background: white;
  color: orange;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: orange;
}

.card-burger {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  background: #ff8a00;
  color: #fff;
}

/* ========== Responsive Tweaks ========== */

/* Small Devices (<576px) */
@media (max-width: 575.98px) {
  .swiper {
    padding: 30px 10px;
  }

  .card {
    height: 200px;
    font-size: 0.9rem;
  }

  .card img {
    height: 120px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 0.8rem;
  }
}

.who-we-are img {
  width: 75%;
}

.who-we-are .row {
  align-items: center;
  justify-content: center;
}
.rounded-30 {
  border-radius: 30px;
}
.offer-banner {
  width: 100%;
  height: auto;
}
.how-it-works {
  padding: 4rem 0;
}
.mt-7 {
  margin-top: 4rem; /* or whatever size you want */
}

.how-it-works h2 {
  color: white;
}
.how-it-works h5 {
  padding-top: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}
.how-it-works p {
  color: var(--primary-color);
  font-weight: 200;
}
.how-it-works .order-icons {
  height: 100px;
  width: 100px;
  margin-top: -60px;
}
.order-icons {
  height: 100px;
  width: 100px;
}
.social-icons {
  height: 20px;
  width: 20px;
}
/* qoute carousel  */
.rounded-50 {
  border-radius: 50px !important;
  overflow: hidden; /* Ensures content respects border radius */
}
/* menu page */
.menu-card {
  background: linear-gradient(139deg, #ffffff, #bc8d729c);
  /* background-color: #ffe8e2 !important; */
  color: #221819 !important;
  position: relative;
}

.menu-card::after {
  content: '';
  bottom: 0px;
  left: 20px;
  width: 50px;
  position: absolute;
  height: 50px;
  background-image: url(../../uploads/home/foodtruck.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
  filter: invert(1);
}
.menu-card::before {
  content: '';
  top: 20px;
  right: 15px;
  width: 41px;
  position: absolute;
  height: 43px;
  background-image: url(../../uploads/home/food-truck.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.2;
  filter: contrast(0.5);
}
/* Carousel card styling */
.testimonial-card {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: var(--primary-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* Quote icon */
.quote-icon {
  width: 40px;
  height: 40px;
  background-color: #f28c38; /* Orange color from Figma */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Star rating */
.stars {
  color: #f28c38; /* Orange stars */
  margin: 15px 0;
}
.testimonial-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
/* Navigation arrows */
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000; /* Black arrow */
  border-radius: 4px;
}

/* Adjust carousel to show partial slides */
.carousel-item {
  transition: transform 0.5s ease-in-out;
}

/* Ensure cards are centered and partial slides are visible */
.carousel-inner {
  padding: 0 10%;
}

.carousel-item .col-md-4 {
  padding: 0 15px;
}

.catering-header {
  justify-content: center;
  align-items: center;
}
.catering-header img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
.footer h6 {
  color: var(--primary-color);
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer-logo h5 {
  margin: 0 !important;
}
.footer-logo {
  align-items: center;
  justify-content: center;
}
.footer a:hover {
  text-decoration: underline;
}
.sub-form .btn {
  border: 1px solid var(--primary-color);
  color: white;
  background-color: var(--primary-color);
}
/* gallery section styles
 */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  padding: 20px;
}
.gallery-row {
  justify-content: center;
  align-items: center;
}
.gallery-card {
  width: 300px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 20px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.gallery-card:hover img {
  transform: scale(1.1);
}
.story-image {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.about-story img {
  border-radius: 15px;
}
.about-story {
  align-items: center;
  justify-content: center;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.nav-btn:hover {
  background: #fff;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
/* promor section */
.promo-section {
  background-color: #ff7a00; /* Bright orange */
  color: white;
  padding: 60px 20px;
  margin-bottom: 40px;
}
.promo-btn {
  background-color: white;
  color: #ff7a00;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
}
.promo-images {
  position: relative;
}
.promo-images .promo-vector1 {
  position: absolute;
  left: -150px;
  height: 120px;
  rotate: 320deg;
  transform: scaleX(-1);
}
.promo-images .promo-vector2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.promo-images .promo-vector3 {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50px;
}
.promo-image {
  display: block;
  border-radius: 50px 0px 50px 0px;
  width: 80%;
  margin: 0 auto;
  height: 300px;
  object-fit: cover;
}
.doodle {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 32px;
  color: white;
}
/* pagination */
nav[aria-label='Page navigation'] ul.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
  border-radius: 0.25rem;
}

nav[aria-label='Page navigation'] ul.pagination li {
  margin: 0 2px;
}

nav[aria-label='Page navigation'] ul.pagination li a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

nav[aria-label='Page navigation'] ul.pagination li a:hover {
  background-color: #e9ecef;
  color: var(--primary-color);
  border-color: #dee2e6;
}

nav[aria-label='Page navigation'] ul.pagination li.active a {
  z-index: 1;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  cursor: default;
}

nav[aria-label='Page navigation'] ul.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.content + .content {
  margin-top: 35px !important;
  border: 1px solid red;
}
/* Enhance tabs */
.nav-tabs {
  border-bottom: 2px solid #e4d3cb;
  justify-content: center;
}
.nav-tabs .nav-link {
  color: #6c4c3b;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link.active {
  background-color: #ffe8e2;
  color: #221819 !important;
  border-color: #ff7a00;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* Card styles */
.card-tab {
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-tab:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #221819;
}
.card-text {
  font-size: 0.95rem;
  color: #5e4c43;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .promo-images .promo-vector1 {
    position: absolute;
    left: -17px;
    height: 73px;
    rotate: 339deg;
    transform: scaleX(1);
    top: -68px;
  }
  .gallery-container {
    padding: 0;
  }
  .catering-header img {
    height: 250px;
  }
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .catering-header {
    margin-bottom: 0 !important;
  }
  .promo-images .promo-vector2 {
    top: -90px;
    width: 50px;
  }
  .promo-images .promo-vector3 {
    top: -60px;
    width: 45px;
  }
  .promo-image {
    width: 100%;
  }
  .who-we-are img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }

  .how-it-works .content:not(:first-child) {
    margin-top: 35px !important;
  }
  .carousel-inner {
    padding: 0 5%;
  }
  .gallery-card.mb-4 {
    margin-bottom: 4px !important;
  }
  .gallery-card {
    width: 50%;
    height: 135px;
    padding: 6px;
  }
  .footer {
    text-align: center !important;
  }
  .sub-form {
    flex-direction: column;
  }
  .sub-form .btn {
    margin-top: 10px;
    border: 1px solid var(--primary-color);
    color: white;
    background-color: var(--primary-color);
  }
  .how-it-works {
    padding: 1rem 0;
  }
  .how-it-works .row > .col-md-4:not(:first-child) {
    margin-top: 3.5rem;
  }
}
/* Medium Devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .card {
    height: 220px;
  }

  .card img {
    height: 130px;
  }
}

/* Table Devices (≥768px and <992px) */
@media (min-width: 992px) {
  .hero {
    min-height: 35vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card {
    height: 240px;
  }

  .card img {
    height: 140px;
  }
  body.homepage::after {
    content: '';
    bottom: 0;
    left: 12px;
    width: 95px;
    position: fixed;
    height: 95px;
    background-image: url(../../uploads/home/halal.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
  }
  .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero-intro {
    padding: 0 !important;
    width: 65%;
  }
  .hero-intro .align-items-center {
    justify-content: center;
  }
  .rating-img {
    width: 20%;
  }
}
/* ipad pro */
@media (min-width: 1024px) and (max-width: 1200px) {
  body.homepage::before {
    width: 424px;
    height: 532px;
  }
  .gallery-container h1 {
    margin-bottom: 1.5rem;
  }
  .gallery-container {
    padding: 0 !important;
    text-align: center;
  }
  .gallery-row {
    justify-content: space-around;
  }
  .gallery-card {
    width: 270px;
    height: 192px;
  }
}

/* XL and above (≥1200px) */
@media (min-width: 1200px) {
  .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.homepage::after {
    content: '';
    bottom: 0;
    left: 12px;
    width: 95px;
    position: fixed;
    height: 95px;
    background-image: url(../../uploads/home/halal.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
  }
  .swiper {
    padding: 60px 40px;
  }

  .card {
    height: 270px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1.2rem;
  }

  a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
}
