@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #029b1e;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

/* FIXED — Logo Size Increase */
.navbar-brand img {
  height: 55px !important;
  width: auto !important;
  margin-right: 12px;
}

.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

#heroCarousel {
  margin-top: 100px;
  /* adjust based on your navbar height */
}

/* Brand name alignment perfect */
.navbar-brand span {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1;
}

.header_section,
.navbar {
  padding: 5px 0 !important;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 10% !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-size: 14px !important;
  padding: 5px 12px !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #029b1e;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #029b1e;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option a {
  margin: 0 10px;
}


.user_option .user_link:hover {
  color: #029b1e;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #029b1e;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #029b1e;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #029b1e;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

/* --- UPDATED NAVBAR FOR WHITE BACKGROUND --- */
header.header_section {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand span {
  color: #000 !important;
  font-size: 28px;
  font-weight: 600;
}

.navbar-brand img {
  height: 70px;
  width: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: #000 !important;
  font-weight: 600;
  padding: 5px 18px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #029b1e !important;
}

.order_online {
  background: #029b1e;
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
}

.order_online:hover {
  background: #ffffff;
  border: solid 1px #029b1e;
  color: #029b1e !important;
}

/* Responsive Navbar Fix */
@media (max-width: 768px) {

  /* Reduce logo text size */
  .navbar-brand span {
    font-size: 20px !important;
  }

  /* Reduce nav link padding & font-size */
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
    padding: 5px 8px !important;
  }

  /* Reduce left padding of navbar items */
  .custom_nav-container .navbar-nav {
    padding-left: 0 !important;
    justify-content: center;
  }

  /* Reduce Order Online button size */
  .order_online {
    padding: 6px 15px;
    font-size: 13px;
  }

  /* Reduce navbar-toggler size */
  .custom_nav-container .navbar-toggler {
    width: 35px;
    height: 35px;
  }

  .custom_nav-container .navbar-toggler span {
    width: 25px;
    height: 3px;
    margin: 5px 0;
  }

  /* Adjust hero top margin for smaller navbar */
  #heroCarousel {
    margin-top: 80px;
    /* adjust to new navbar height */
  }
}

/* Small Mobile <480px */
@media (max-width: 480px) {
  .navbar-brand span {
    font-size: 18px !important;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }

  .order_online {
    padding: 5px 12px;
    font-size: 12px;
  }

  .custom_nav-container .navbar-toggler {
    width: 30px;
    height: 30px;
  }

  .custom_nav-container .navbar-toggler span {
    width: 20px;
    height: 2.5px;
    margin: 4px 0;
  }

  #heroCarousel {
    margin-top: 70px;
  }
}


/* ===========================
   HERO CAROUSEL – MAIN
=========================== */

#heroCarousel .carousel-item {
  height: 90vh;
  /* Full hero height */
  position: relative;
}

#heroCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Image fills full screen */
  object-position: center;
}

/* ===========================
   CAPTION (LEFT SIDE CONTENT)
=========================== */

.custom-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 450px;
}
@media (max-width: 992px) {
  .custom-caption {
    top: 40%;
    max-width: 400px;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .custom-caption {
    top: 30%;
    left: 5%;
    max-width: 90%;
    transform: translateY(0);
    padding-top: 40px;
  }

  .custom-caption h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .custom-caption p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .custom-caption {
    top: 25%;
    left: 5%;
    max-width: 95%;
    padding-top: 60px;
  }

  .custom-caption h1 {
    font-size: 18px;
  }

  .custom-caption p {
    font-size: 13px;
  }

  .custom-caption .btn1 {
    padding: 8px 16px;
    font-size: 13px;
  }
}


.custom-caption h1 {
  font-size: 58px;
  font-weight: 700;
  color: #016823;
}

.custom-caption p {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
}

.btn1 {
  margin-top: 20px;
  background: #029b1e;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
}

.btn1:hover {
  background: #029b1e;
}


/* ===========================
   dot)
=========================== */

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #029b1e;
  /* highlight color */
  transform: scale(1.4);
  /* zoom animation */
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 768px) {

  #heroCarousel .carousel-item {
    height: 70vh;
  }

  .custom-caption {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  .custom-caption h1 {
    font-size: 36px;
  }

  .custom-caption p {
    font-size: 16px;
  }
}

/*Responsive for nav and slider */
/* MOBILE NAVBAR FIX */
@media (max-width: 991px) {
  .navbar-brand img {
    height: 55px !important;
  }

  .navbar-brand span {
    font-size: 20px !important;
  }

  .custom_nav-container .navbar-nav {
    padding-left: 0 !important;
    text-align: center;
    margin-top: 15px;
  }

  .custom_nav-container .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 17px;
  }

  .order_online {
    margin: 10px auto 20px;
    display: inline-block;
  }
}

/* CAROUSEL RESPONSIVE */
@media (max-width: 992px) {
  #heroCarousel .carousel-item {
    height: 70vh;
  }
}

@media (max-width: 768px) {
  #heroCarousel .carousel-item {
    height: 60vh;
  }
}

@media (max-width: 576px) {
  #heroCarousel .carousel-item {
    height: 55vh;
  }
}

@media (max-width: 420px) {
  #heroCarousel .carousel-item {
    height: 50vh;
  }
}

/* CAPTION RESPONSIVE */
@media (max-width: 992px) {
  .custom-caption h1 {
    font-size: 42px;
  }

  .custom-caption p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .custom-caption {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
  }

  .custom-caption h1 {
    font-size: 32px;
  }

  .custom-caption p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .custom-caption h1 {
    font-size: 26px;
  }

  .custom-caption p {
    font-size: 14px;
  }

  .btn1 {
    padding: 10px 25px;
    font-size: 14px;
  }
   #heroCarousel .carousel-indicators {
    bottom: -50px; /* default might be ~5px, increase as needed */
  }
}

@media (max-width: 576px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}
/* MOBILE HERO IMAGE FIX */
@media (max-width: 768px) {
  #heroCarousel .carousel-item img {
    width: auto !important;      /* full width 100% remove */
    max-width: 90%;              /* screen-ku fit aagum */
    height: auto;
    display: block;              /* enable margin auto */
    margin: 0 auto;              /* horizontal center */
    object-fit: contain;
    object-position: center;
    left: 50% !important;
    transform: translateX(-16%) !important;
  }

  .custom-caption {
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    width: 90% !important;
  }
   #heroCarousel {
    margin-top: 70px;
  }
}
/* NAVBAR BASE FIX */
.navbar {
  background: white;
  padding: 10px 0;
  z-index: 9999;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  background-image: url("https://cdn-icons-png.flaticon.com/512/56/56763.png") !important;
  width: 25px;
  height: 25px;
}

/* Mobile menu background */
.navbar-collapse {
  background: white;
  border-radius: 10px;
  padding: 15px;
}

/* Navbar items */
.navbar-nav .nav-link {
  font-size: 18px;
  padding: 10px 15px;
}

/* ORDER ONLINE button */
.order_online {
  background: #35C64F;
  color: white;
  padding: 10px 20px;
  margin-left: 15px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .navbar-brand img {
    height: 45px !important;
  }

  .navbar-brand span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
  }

  .order_online {
    display: block;
    text-align: center;
    margin: 15px auto;
  }
}


/* Top */
/* Top Section Heading */
.top-heading {
  margin-bottom: 20px;
  text-align: center;
}

.special-title {
  font-size: 28px;
  font-weight: 700;
  color: #35C64F;
}

.special-sub {
  font-size: 15px;
  color: #555;
  margin-top: 5px;
}

/* Responsive text sizes */
@media (max-width: 768px) {
  .special-title {
    font-size: 22px;
  }

  .special-sub {
    font-size: 14px;
  }
}

/* If very small device like 320px */
@media (max-width: 480px) {
  .special-title {
    font-size: 20px;
  }

  .special-sub {
    font-size: 13px;
  }
}

.food-category-section {
  padding: 20px 0;
  margin-top: 20px;
}

.food-category-section .row {
  row-gap: 20px;
  column-gap: 10px;
}

/* Bigger Cards */
.food-box {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Bigger Image */
.food-box img {
  width: 100%;
  height: 260px;
  /* Increased height */
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

/* Hover Effect */
.food-box:hover img {
  transform: scale(1.10);
}

/* Premium Hover Shadow */
.food-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* Responsive Fixes */
@media (max-width: 576px) {
  .food-box img {
    height: 230px;
    /* Little smaller in very small screens */
  }
}

@media (min-width: 992px) {
  .food-box img {
    height: 280px;
    /* Larger in desktop */
  }
}

/* menu slider*/
.horizontal-deals {
  padding: 30px 0;
  text-align: center;
}

.deal-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Playfair Display', serif;
}

.deal-sub {
  font-size: 15px;
  color: #444;
  margin-bottom: 25px;
}

/* Horizontal scroll */
.scroll-wrapper {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #0a6d2a;
  border-radius: 20px;
}

/* CARD STYLE */
.deal-card {
  min-width: 600px;
  max-width: 600px;
  padding: 40px;
  border-radius: 155px;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.deal-card:hover {
  transform: translateY(-5px);
}

/* Different light background colors */
.bg-3 {
  background: #e8f6f8;
}

/* Layout: Image Left, Content Right */
.deal-inner {
  display: flex;
  align-items: center;
  gap: 25px;
}

.left-img img {
  width: 240px;
  height: auto;
  border-radius: 30px;
}

.right-content {
  text-align: left;
  max-width: 300px;
}

.right-content h3 {
  font-size: 26px;
  font-weight: 700;
}

.small-title {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}

.right-content p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
}

.price {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.deal-btn {
  background: #0a6d2a;
  padding: 10px 22px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 480px) {
  .deal-card {
    min-width: 90%;
    max-width: 90%;
    padding: 20px;
    /* reduce padding */
    border-radius: 50px;
    /* softer radius */
  }

  .left-img img {
    width: 150px;
    /* smaller image */
    margin-bottom: 15px;
    /* spacing when stacked */
  }

  .right-content h3 {
    font-size: 20px;
    /* smaller heading */
  }

  .price {
    font-size: 15px;
  }

  .deal-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
}

/* Quality Section */
.quality-section {
  padding: 70px 20px;
  background: #fff;
}

.quality-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  /* allow items to wrap */
  position: relative;
}

.quality-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  border-top: 2px dashed #7bcf63;
  z-index: 0;
}

/* Quality Item */
.quality-item {
  flex: 1 1 30%;
  /* flexible width for 3 items */
  max-width: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 20px auto;
}

.icon-circle {
  width: 95px;
  height: 95px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.09);
}

.icon-circle img {
  width: 45px;
  height: auto;
}

.quality-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.quality-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

/* Tablets */
@media (max-width: 1024px) {
  .quality-wrapper {
    gap: 30px;
  }

  .quality-item {
    flex: 1 1 45%;
    /* 2 per row */
    max-width: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .quality-wrapper {
    gap: 20px;
  }

  .quality-item {
    flex: 1 1 100%;
    /* stack items */
    margin-bottom: 20px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }

  .icon-circle img {
    width: 40px;
  }

  .quality-item h4 {
    font-size: 16px;
  }

  .quality-item p {
    font-size: 13px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .quality-section {
    padding: 50px 15px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle img {
    width: 35px;
  }

  .quality-item h4 {
    font-size: 15px;
  }

  .quality-item p {
    font-size: 12px;
  }

  .quality-wrapper::before {
    left: 10%;
    right: 10%;
  }
}

/*about-img.svg*/
.about-section {
  background: #1f2733;
  padding: 30px 60px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-left,
.about-right {
  flex: 1;
  /* EXACT 50% each */
}

/* LEFT IMAGE */
.about-left img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* RIGHT CONTENT */
.about-right h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
}

.about-right p {
  color: #dcdcdc;
  line-height: 1.8;
  margin-bottom: 15px;
}

.about-right .btn-read {
  background: #f6b21b;
  padding: 12px 28px;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
}

/* feature section*/

.who-section {
  padding: 80px 0;
  background: #ffffff;
}

/* ===== LEFT FEATURES ===== */

.feature-box {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 20px;
  margin-bottom: 18px;
  border-radius: 40px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  /* smooth effect */
  border-left: 6px solid transparent;
}

.feature-box .icon {
  width: 30px;
  height: 30px;
}

/* ===== CENTER IMAGE ===== */

.who-img img {
  width: 100%;
  max-width: 380px;
  /* big image */
  height: auto;
}

/* ===== RIGHT CONTENT ===== */

.who-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.who-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

/* ===== CALL BOX ===== */

.call-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f3fff2;
  padding: 15px 20px;
  border-radius: 12px;
  border-left: 5px solid #54c36f;
}

.call-box {
  transition: all 0.35s ease;
}

.call-box:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: #7acb75;
  /* soft green border */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.phone-icon {
  width: 35px;
}

/* HOVER EFFECT */
.feature-box:hover {
  transform: scale(1.05);
  /* zoom effect */
  border-left: 6px solid #7ed957;
  /* green strip */
  background: #eeffe9;
  /* light green highlight */
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {

  .who-section .row {
    text-align: center;
  }

  /* center image bigger in mobile */
  .who-img img {
    max-width: 300px;
    margin: 20px auto;
  }

  /* left feature boxes center align */
  .feature-box {
    justify-content: center;
  }

}

@media (max-width: 768px) {

  .who-title {
    font-size: 26px;
  }

  .feature-box {
    padding: 12px 16px;
    font-size: 14px;
  }

  .phone-icon {
    width: 28px;
  }
}

@media (max-width: 576px) {

  /* Stack order: first features → image → content */
  .col-md-4 {
    margin-bottom: 25px;
  }

  .who-img img {
    max-width: 250px;
  }
}

/* Top Trending Section */
.top-trending {
  padding: 50px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.top-trending h1 {
  margin-bottom: 70px;
}

/* Trending Grid */
.trending-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Left Banner */
.trending-banner {
  background: #029b1e;
  color: #fff;
  flex: 1 1 300px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  min-height: 350px;
}

.banner-content {
  text-align: center;
}

.banner-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.banner-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

.trend-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #016823;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.trend-btn:hover {
  background-color: #fff;
  color: #016823;
}

/* Rotating Image */
.rotating-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-top: 20px;
  animation: rotateImage 8s linear infinite;
  object-fit: cover;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Food Items Grid */
.food-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  flex: 3 1 600px;
}

.food-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.food-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.food-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.food-info {
  padding: 10px 15px;
}

.food-info h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.food-info .price {
  color: green;
  font-weight: bold;
}

.food-info .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

.discount-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: green;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 5px;
}

/* Responsive */

/* Tablets */
@media (max-width: 1024px) {
  .trending-grid {
    flex-direction: column;
    align-items: center;
  }

  .rotating-img {
    width: 200px;
    height: 200px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .banner-content h3 {
    font-size: 18px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .rotating-img {
    width: 150px;
    height: 150px;
  }

  .food-items {
    grid-template-columns: 1fr;
  }

  .food-card img {
    height: 140px;
  }

  .trend-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .top-trending h2 {
    font-size: 22px;
  }

  .banner-content h3 {
    font-size: 16px;
  }

  .banner-content p {
    font-size: 13px;
  }

  .rotating-img {
    width: 120px;
    height: 120px;
  }

  .food-card img {
    height: 120px;
  }

  .food-info h4 {
    font-size: 14px;
  }

  .food-info .price {
    font-size: 13px;
  }
}

/*Review section*/
.review-section {
  width: 800px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding: 40px;
  margin: 50px auto;
}


.review-left {
  float: left;
  width: 30%;
  text-align: center;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.review-left h1 {
  font-size: 48px;
  color: #28a745;
  margin-bottom: 5px;
}

.review-left p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.star-bar {
  margin: 10px 0;
}

.star-bar div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.star-bar div span {
  width: 80px;
  font-size: 14px;
  color: #555;
}

.star-bar div .bar {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  flex: 1;
  margin-left: 10px;
  position: relative;
}

.star-bar div .bar-inner {
  height: 100%;
  background: #28a745;
  border-radius: 4px;
}

.review-right {
  float: right;
  width: 70%;
  padding-left: 20px;
  min-height: 220px;
}

.review-text {
  display: none;
}

.review-text.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.review-text h4 {
  color: #28a745;
  margin-bottom: 15px;
}

.review-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.review-text span {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #555;
}

.dots {
  text-align: center;
  margin-top: 20px;
  clear: both;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #28a745;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .review-section {
    width: 95%;
    padding: 20px;
  }

  .review-left,
  .review-right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .review-left {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .review-right {
    padding-left: 0;
  }
}



/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #029b1e;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #029b1e;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */