@charset "UTF-8";
.title-icon {
  background: #84D003;
  padding: 3px 8px;
  border-radius: 20px;
  max-width: 36px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

.title {
  font-weight: 700;
  font-size: 2rem;
  color: #071d2c;
  margin-bottom: 10px;
  text-align: center;
}

.section-desc {
  color: #64748b;
  font-size: 1.25rem;
  margin-bottom: 40px;
  text-align: center;
}

.white-badge {
  padding: 12px 8px !important;
  max-width: 208px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #008A1E;
}

.highlight-greentext {
  background: #84D003;
  color: #040404;
  padding: 4px 8px;
  border-radius: 100px;
  max-width: 52px;
  width: 100%;
  display: inline-block;
  margin-right: 5px;
}

.order-now-btn {
  background: #008A1E;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: 0.4s all ease-in;
  display: inline-flex;
  gap: 5px;
  padding: 8px 14px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
}
.order-now-btn:hover {
  background: #fff;
  color: #008A1E;
  border: 1px solid #008A1E;
}

.order-now-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(105%) contrast(108%);
}

.order-now-btn:hover img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(2719%) hue-rotate(132deg) brightness(91%) contrast(101%);
}

.animate-on-scroll {
  opacity: 0;
  transition: all 0.8s ease-out;
}

/* Fade up animation */
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  transform: translateY(50px);
}

/* Fade right animation */
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  transform: translateX(-50px);
}

/* Fade left animation */
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-left {
  transform: translateX(50px);
}

/* Zoom in animation */
.zoom-in.show {
  opacity: 1;
  transform: scale(1);
}

.zoom-in {
  transform: scale(0.8);
}

header .navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
header .navbar .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .navbar .header-wrap .navbar-collapse {
  flex-basis: unset;
  flex-grow: unset;
}
header .header-right-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-right-block .theme-icon-wrap {
  width: 40px;
  height: 40px;
  padding: 12px;
  display: flex;
  justify-content: center;
  border: 1px solid #E2E4E6;
  border-radius: 50%;
  background: #fff;
}
header .header-right-block .theme-icon-wrap:hover {
  background: #008A1E;
}
header .header-right-block .theme-icon-wrap:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(31%) hue-rotate(62deg) brightness(106%) contrast(109%);
}
header .header-right-block .header-cart-icon-wrap {
  width: 40px;
  height: 40px;
  padding: 12px;
  display: flex;
  justify-content: center;
  border: 1px solid #E2E4E6;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
header .header-right-block .header-cart-icon-wrap span {
  background: #008A1E;
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid transparent;
}
header .header-right-block .header-cart-icon-wrap:hover {
  background: #008A1E;
}
header .header-right-block .header-cart-icon-wrap:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(31%) hue-rotate(62deg) brightness(106%) contrast(109%);
}
header .header-right-block .header-cart-icon-wrap:hover span {
  border: 1px solid #fff;
}
header .header-right-block .header-login-wrap {
  display: flex;
  justify-content: center;
  gap: 4px;
  background: #008A1E;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: 0.4s all ease-in;
  max-width: 104px;
  width: 100%;
  padding: 8px 14px;
}
header .header-right-block .header-login-wrap:hover {
  background: #fff;
  color: #008A1E;
  border: 1px solid #008A1E;
}
header .header-right-block .header-login-wrap:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(83%) saturate(5329%) hue-rotate(136deg) brightness(94%) contrast(103%);
}

.footer-section {
  background-color: #0c0c0c;
  color: #fff;
  font-size: 0.95rem;
  position: relative;
}
.footer-section .footer-floatleft-img-1 {
  position: absolute;
  left: 15px;
  top: 51px;
}
.footer-section .footer-floatleft-img-2 {
  position: absolute;
  top: 212px;
  left: 70px;
}
.footer-section .footer-floatright-img-1 {
  position: absolute;
  right: 32px;
  top: 37px;
}
.footer-section .footer-floatright-img-2 {
  position: absolute;
  top: 220px;
  right: 25px;
}
.footer-section .newsletter-box {
  background-color: #1a1a1a;
}
.footer-section .newsletter-box h5 {
  color: #fff;
}
.footer-section .newsletter-box .letter-form-badge {
  display: flex;
  background: #fff;
  border-radius: 100px;
  padding: 12px;
}
.footer-section .newsletter-box .form-control {
  background-color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}
.footer-section .newsletter-box .btn-subscribe {
  background-color: #28a745;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  border: none;
}
.footer-section .newsletter-box .btn-subscribe:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.footer-section h6 {
  color: #fff;
  font-weight: 600;
}
.footer-section a {
  color: #ccc;
  text-decoration: none;
}
.footer-section a:hover {
  color: #fff;
}
.footer-section .social-icons a {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  display: inline-flex;
  transition: background 0.3s;
  width: 32px;
  height: 32px;
}
.footer-section .social-icons a img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(618%) hue-rotate(171deg) brightness(100%) contrast(85%);
}
.footer-section .social-icons a:hover {
  background-color: #28a745;
  color: #fff;
}
.footer-section .social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(267deg) brightness(104%) contrast(102%);
}
.footer-section .contact-info li {
  margin-bottom: 0.5rem;
  display: flex;
}
.footer-section .contact-info li .contact-info-icon {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 50%;
  display: inline-flex;
  transition: background 0.3s;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.footer-section .contact-info li .contact-info-icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(618%) hue-rotate(171deg) brightness(100%) contrast(85%);
}
.footer-section .contact-info li p {
  color: #F9F9F9;
  font-size: 14px;
}
.footer-section .payment-icons {
  display: flex;
  gap: 10px;
}
.footer-section .payment-icons img {
  margin-left: 0.5rem;
}

.navbar-nav {
  gap: 25px;
}
.navbar-nav .nav-item .nav-link {
  color: #051321;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.navbar-nav .nav-item .nav-link span {
  margin-right: 5px;
  transition: color 0.3s ease;
}
.navbar-nav .nav-item .nav-link img {
  width: 14px;
  transition: filter 0.3s ease;
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
  color: #008A1E !important;
}
.navbar-nav .nav-item .nav-link.active span, .navbar-nav .nav-item .nav-link:hover span {
  color: #008A1E !important;
}
.navbar-nav .nav-item .nav-link.active img, .navbar-nav .nav-item .nav-link:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(3836%) hue-rotate(143deg) brightness(100%) contrast(102%);
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 200px;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  color: #051321;
  text-decoration: none;
}
.dropdown-menu li a:hover {
  background: #008A1E;
  color: #fff;
}

/* --- Custom Toggler --- */
.custom-toggler {
  border: none;
  background: none;
  padding: 0;
}
.custom-toggler .toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-toggler .toggler-icon img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}
.custom-toggler .navbar-toggler-icon {
  display: none;
}
.custom-toggler[aria-expanded=true] .menu-icon {
  display: none !important;
}
.custom-toggler[aria-expanded=true] .close-icon {
  display: inline !important;
}

html body {
  font-size: 16px;
}

body {
  font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}

.banner-section {
  position: relative;
}
.banner-section .floated-leftimg {
  position: absolute;
  left: 67px;
  top: 133px;
}
.banner-section .floated-rightimg {
  position: absolute;
  top: 290px;
  right: 50px;
}

.hero {
  position: relative;
  overflow: visible;
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
  background: url("../images/banner-bg.svg") 0 0 no-repeat, #000;
  background-size: cover;
  background-position: bottom center;
}
.hero .foodlist-banner {
  padding: 30px 0;
}
.hero .foodlist-banner .food-slider {
  width: 100%;
  overflow: visible !important;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.hero .foodlist-banner .food-slider .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .foodlist-banner .food-slider .swiper-slide {
  flex-shrink: 0;
  width: clamp(140px, 18vw, 220px); /* ✅ responsive width */
  margin: 0 clamp(-20px, -4vw, -60px); /* ✅ responsive overlap */
  transition: transform 0.4s ease;
}
.hero .foodlist-banner .food-slider .swiper-slide img {
  width: 100%;
  height: clamp(180px, 25vw, 300px); /* ✅ responsive height */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: rotate(-5deg);
}
.hero .foodlist-banner .food-slider .swiper-slide:nth-child(even) img {
  transform: rotate(5deg);
}
.hero .foodlist-banner .food-slider .swiper-slide:hover {
  z-index: 5;
}
.hero .foodlist-banner .food-slider .swiper-slide:hover img {
  transform: scale(1.07) rotate(0deg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.food-section {
  text-align: center;
  padding: 60px 15px;
  overflow: hidden;
}

.food-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.food-row {
  margin-bottom: 10px;
}
.food-row .food-slider-infinite {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.food-row .food-slider-infinite:hover {
  animation-play-state: paused;
}
.food-row .slider-forward {
  animation-name: scroll-left;
  animation-duration: 30s;
}
.food-row .slider-reverse {
  animation-name: scroll-right;
  animation-duration: 30s;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.food-row .slider-track {
  display: flex;
  gap: 20px;
}
.food-row .slider-track .food-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 50px;
  padding: 12px;
  border: 1px solid #E2E4E6;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-right: 5px;
}
.food-row .slider-track .food-card .foodimg-wrap {
  border: 1px solid #E2E4E6;
  padding: 8px;
  border-radius: 43px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.food-row .slider-track .food-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.food-row .slider-track .food-card span {
  font-size: 1rem;
  font-weight: bold;
  color: #051321;
}
.food-row .slider-track .food-card img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer-card {
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
}
.offer-card .offer-card-content {
  text-align: left;
  max-width: 223px;
  width: 100%;
}
.offer-card .offer-img-bg {
  position: absolute;
  border-radius: 50%;
}
.offer-card .pasta-bg {
  right: -93px;
  bottom: -112px;
}
.offer-card .pasta-bg .offer-img {
  width: 300px;
}
.offer-card .pasta-bg .offer-icon {
  position: relative;
  top: -108px;
  right: 167px;
}
.offer-card .round-pink-bg {
  width: 246px;
  height: 246px;
  right: -44px;
  bottom: -96px;
  background: #FECDFF;
}
.offer-card .round-pink-bg .offer-img {
  width: 150px;
  transform: translate(-30px, 32px);
}
.offer-card .round-pink-bg .offer-icon {
  position: relative;
  top: -26px;
  left: -110px;
}
.offer-card .light-orange-bg {
  width: 246px;
  height: 246px;
  right: -60px;
  bottom: -72px;
  background: #FFC89A;
}
.offer-card .light-orange-bg .offer-img {
  width: 150px;
  transform: translate(-18px, 44px);
}
.offer-card .light-orange-bg .offer-icon {
  position: relative;
  top: 4px;
  left: -102px;
}
.offer-card h5 {
  margin-top: 1rem;
}
.offer-card .btn-success {
  background-color: #16a34a;
  border: none;
  padding: 0.5rem 1.5rem;
}

.bg-burger {
  background: linear-gradient(180deg, rgba(224, 51, 227, 0.85) 0%, rgba(255, 129, 228, 0.75) 78%);
}

.bg-pasta {
  background: linear-gradient(135deg, #ffa600, #ff6600);
}

.bg-pizza {
  background: linear-gradient(135deg, #ff4b2b, #ff8700);
}

.restaurants-section .badge {
  font-weight: 600;
}
.restaurants-section .restaurant-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 20px rgba(20, 20, 20, 0.07);
  overflow: hidden;
  transition: all 0.25s ease;
}
.restaurants-section .restaurant-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(20, 20, 20, 0.09);
}
.restaurants-section .restaurant-card:hover .card-img-wrap img {
  transform: scale(1.05);
}
.restaurants-section .restaurant-card .card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding: 1.25rem;
}
.restaurants-section .restaurant-card .card-img-wrap img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.restaurants-section .restaurant-card .favorite {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  transition: all 0.3s ease;
}
.restaurants-section .restaurant-card .favorite:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.restaurants-section .restaurant-card .card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
.restaurants-section .restaurant-card .card-body .card-title {
  font-weight: 600;
  color: #0b2e2a;
}
.restaurants-section .restaurant-card .card-body .text-muted i,
.restaurants-section .restaurant-card .card-body .contact i {
  color: #008A1E;
}
.restaurants-section .restaurant-card .card-body .contact {
  background: #f7f7f6;
  border: 1px solid rgba(0, 0, 0, 0.035);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.restaurants-section .restaurant-card .card-body .contact a {
  color: #45505C;
  text-decoration: none;
  font-size: 16px;
}
.restaurants-section .restaurant-card .card-body .rating .stars i {
  color: #ffb84d;
  font-size: 0.95rem;
  margin-right: 2px;
}
.restaurants-section .restaurant-card .card-body .rating .stars i.grey {
  color: #E2E4E6 !important;
}
.restaurants-section .restaurant-card .card-body .rating small {
  color: #6c757d;
}
.restaurants-section .restaurant-card .card-body .view-details {
  color: #444;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}
.restaurants-section .restaurant-card .card-body .view-details:hover {
  color: #000;
}

.green-bg {
  background-color: #008A1E;
  color: white;
  padding: 51px 83px;
  border-radius: 20px;
  position: relative;
}
.green-bg h2 {
  font-size: 2rem;
}
.green-bg .promo-img {
  max-height: 400px;
  position: absolute;
  top: -45px;
  right: 33px;
}
.green-bg i {
  font-size: 1.1rem;
}

.testimonial-section {
  background-color: #fff;
}
.testimonial-section .testimonial-card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.testimonial-section .qoute-img {
  position: absolute;
  top: 25px;
  right: 20px;
}
.testimonial-section .stars {
  font-size: 1.1rem;
}
.testimonial-section h6 {
  color: #000;
}
.testimonial-section p {
  color: #555;
}
.testimonial-section small {
  font-size: 0.8rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #008A1E;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-prev:hover .carousel-control-next-icon,
.carousel-control-next:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  filter: invert(1);
}
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-next-icon,
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  transition: filter 0.3s ease;
}

.carousel-control-prev {
  left: 45px;
  bottom: -49px;
  top: unset;
}

.carousel-control-next {
  right: 45px;
  bottom: -49px;
  top: unset;
}

#testimonialCarousel .testimonial-card {
  border: 1px solid #E2E4E6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.stats-section {
  background-color: #0a0a0a;
}
.stats-section h3 {
  font-size: 2rem;
}
.stats-section p {
  color: #ccc;
  margin-top: 0.5rem;
}

.blogs-section {
  text-align: center;
}
.blogs-section .title {
  font-weight: 700;
  font-size: 2rem;
  color: #101828;
}
.blogs-section .title .title-icon {
  margin-right: 0.4rem;
}
.blogs-section .title .title-icon img {
  width: 28px;
  height: auto;
}
.blogs-section .title span {
  color: #71b84f;
  font-size: 1.8rem;
}
.blogs-section .section-desc {
  color: #667085;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.blogs-section .blog-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  border: 1px solid #E2E4E6;
}
.blogs-section .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.blogs-section .blog-card .blog-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.blogs-section .blog-card .card-body {
  padding: 20px 0;
  text-align: start;
}
.blogs-section .blog-card .card-body .blog-author-details {
  border-bottom: 1px solid #E2E4E6;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs-section .blog-card .card-body .blog-author-details .author {
  display: flex;
  align-items: center;
}
.blogs-section .blog-card .card-body .blog-author-details .author .author-img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
}
.blogs-section .blog-card .card-body .blog-author-details .author .author-name {
  font-weight: 600;
  font-size: 0.95rem;
}
.blogs-section .blog-card .card-body .blog-author-details small {
  color: #777;
}
.blogs-section .blog-card .card-body .blog-author-details small i {
  color: #008A1E;
  margin-right: 0.25rem;
}
.blogs-section .blog-card .card-body .card-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #101828;
}
.blogs-section .blog-card .card-body .card-text {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .restaurants-section .restaurant-card {
    border-radius: 14px;
  }
  .restaurants-section .restaurant-card .card-img-wrap {
    height: 220px;
  }
}
@media (max-width: 1400px) {
  .offer-card .round-pink-bg {
    width: 197px !important;
    height: 229px !important;
    right: -93px !important;
    bottom: -96px !important;
  }
  .offer-card .round-pink-bg .offer-img {
    width: 87px !important;
    transform: translate(-21px, 32px) !important;
  }
  .offer-card .round-pink-bg .offer-icon {
    position: relative !important;
    top: -26px !important;
    width: 33px !important;
    left: -67px !important;
  }
  .offer-card .pasta-bg {
    right: -111px !important;
    bottom: -76px !important;
  }
  .offer-card .pasta-bg .offer-img {
    width: 206px !important;
  }
  .offer-card .pasta-bg .offer-icon {
    position: relative !important;
    top: -82px !important;
    right: 124px !important;
    width: 33px !important;
  }
  .offer-card .light-orange-bg {
    width: 190px !important;
    height: 190px !important;
    right: -80px !important;
    bottom: -72px !important;
    background: #FFC89A !important;
  }
  .offer-card .light-orange-bg .offer-img {
    width: 90px !important;
    transform: translate(-18px, 44px);
  }
  .offer-card .light-orange-bg .offer-icon {
    position: relative !important;
    top: 4px !important;
    width: 33px !important;
    left: -82px !important;
  }
}
@media (max-width: 991px) {
  .header-wrap {
    flex-wrap: wrap;
  }
  .navbar-collapse {
    width: 100%;
    margin-top: 10px;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header-right-block {
    order: -1;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E4E6;
    padding-bottom: 10px;
  }
  .dropdown-menu {
    position: relative;
    box-shadow: none;
    background: #f8f9fa !important;
    border: none !important;
    border-radius: 0;
  }
  .nav-item.dropdown {
    width: 100%;
  }
  .food-section h2 {
    font-size: 1.75rem;
  }
  .food-card {
    padding: 8px 14px;
  }
  .food-card img {
    width: 36px;
    height: 36px;
  }
  .green-bg .promo-img {
    position: relative !important;
    top: 24px !important;
    right: 3px !important;
  }
  .food-slider .swiper-slide {
    margin: 0 clamp(-15px, -2vw, -30px);
  }
  .payment-icons {
    flex-direction: column;
    align-items: center;
  }
  .green-bg {
    padding: 35px 55px !important;
  }
  .testimonial-section .qoute-img {
    width: 30px;
    height: 30px;
  }
  .footer-section .newsletter-box .letter-form-badge {
    padding: 6px;
  }
  .footer-section .newsletter-box .btn-subscribe {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .restaurants-section .restaurant-card .card-img-wrap {
    height: 160px;
  }
  .restaurants-section .restaurant-card .favorite {
    width: 38px;
    height: 38px;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .blog-card .blog-img {
    height: 200px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-section p {
    font-size: 0.95rem;
  }
  .food-card {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  .slider-forward,
  .slider-reverse {
    animation-duration: 40s; /* slower scroll for smaller screens */
  }
  .banner-section .floated-rightimg {
    top: 133px !important;
    right: 2px !important;
  }
  .banner-section .floated-leftimg {
    left: -1px !important;
  }
  .food-section {
    padding: 50px 10px;
  }
  .food-section p {
    font-size: 0.95rem;
  }
  .food-card {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  .slider-forward,
  .slider-reverse {
    animation-duration: 40s; /* slower scroll for smaller screens */
  }
  .floated-rightimg {
    top: 133px;
    right: 2px;
  }
  .floated-leftimg {
    left: -1px;
  }
  .white-badge {
    padding: 8px 4px !important;
    font-size: 14px;
  }
  .green-bg {
    padding: 25px 40px !important;
  }
  .order-now-btn, .btn-dark {
    font-size: 15px;
  }
  .title, .green-bg h2 {
    font-size: 28px;
  }
  .section-desc {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .theme-icon-wrap,
  .header-cart-icon-wrap {
    width: 36px;
    height: 36px;
  }
  .header-login-wrap {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
  .dropdown-menu li a {
    padding: 8px 12px;
  }
  .food-slider .swiper-slide {
    margin: 0 -10px;
  }
  header .header-right-block .header-login-wrap {
    max-width: 104px;
    width: 100%;
    padding: 5px 14px;
  }
}
@media (max-width: 480px) {
  .food-section h2 {
    font-size: 1.4rem;
  }
  .food-card img {
    width: 30px;
    height: 30px;
  }
  .food-card {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
  .slider-forward,
  .slider-reverse {
    animation-duration: 45s;
  }
}/*# sourceMappingURL=main.css.map */