 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
      font-family: "Montserrat", sans-serif !important;

}
    body, html {
    overflow-x: hidden;
  }
.custom-navbar {
  background: #fff;
}

/* =========================
   NAV LINKS
========================= */
.navbar-nav .nav-link {
  color: #2b4d2e !important;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #558a60 !important;
}

/* =========================
   LOGO
========================= */
.brand-logo {
  height: 100px;
  width: auto;
  display: block;
}

/* =========================
   BUTTONS
========================= */
.btn-franchise {
  background-color: #396f2b !important;
  color: #fbd053 !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-franchise:hover {
  background-color: #2f5d24 !important;
  color: #fbd053 !important;
}

.btn-contact {
  background-color: #fbd053 !important;
  color: #2b4d2e !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #f1c63a !important;
  color: #2b4d2e !important;
}

/* =========================
   DESKTOP 3-COLUMN LAYOUT
========================= */
.desktop-navbar-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  column-gap: 20px;
}

.desktop-nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}

.desktop-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-nav-right {
  min-width: 0;
}

.desktop-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.desktop-nav-links .nav-link:last-child {
  margin-right: 0;
}

/* =========================
   MOBILE
========================= */
.mobile-navbar-wrap .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-nav-spacer {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.navbar-toggler {
  z-index: 2;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* =========================
   OFFCANVAS
========================= */
.custom-offcanvas .nav-link {
  color: #2b4d2e !important;
  font-weight: 500;
  margin-right: 0;
  padding: 10px 0;
}

/* =========================
   LARGE SCREEN ADJUSTMENTS
========================= */
@media (max-width: 1399.98px) {
  .navbar-nav .nav-link {
    margin-right: 14px;
    font-size: 15px;
  }

  .btn-franchise,
  .btn-contact {
    padding: 9px 18px !important;
    font-size: 15px;
  }
}

@media (max-width: 1199.98px) {
  .brand-logo {
    height: 88px;
  }

  .navbar-nav .nav-link {
    margin-right: 12px;
    font-size: 14px;
  }

  .btn-franchise,
  .btn-contact {
    padding: 8px 16px !important;
    font-size: 14px;
  }
}

/* =========================
   MOBILE / TABLET
========================= */
@media (max-width: 991.98px) {
  .custom-navbar {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .brand-logo {
    height: 72px;
  }

  .mobile-navbar-wrap {
    position: relative;
    min-height: 72px;
  }

  .navbar-toggler-icon {
    width: 1.4em;
    height: 1.4em;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    height: 60px;
  }

  .mobile-navbar-wrap {
    min-height: 60px;
  }

  .mobile-nav-spacer {
    width: 34px;
    height: 34px;
  }
}
.hero-banner {
  background-image: url('main-food.png'); /* Set your image path */
  background-size: cover;
  background-position: center;
  height: 80vh; /* Full screen height */
  position: relative;
  z-index: 1;
}

.hero-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.hero-banner .container {
  z-index: 3;
}

.hero-banner .small-text {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-banner .main-heading {
  font-size: 60px;
  color: #fbd053;
  font-weight: bold;
}

@media (max-width: 767px) {
  .hero-banner {
    height: 60vh;
  }

  .hero-banner .main-heading {
    font-size: 36px;
  }
}
 .section-title {
      color: #ffc107;
      font-weight: bold;
    }
    .contact-label {
      color: #ffc107;
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      font-size: 20px;
    }
    .contact-icon {
      color: #ffc107;
      margin-right: 8px;
    }
    .btn-yellow {
      background-color: #ffc107 !important;
      color: #000 !important;
      font-weight: 600 !important;
      padding: 12px !important;
      border: none !important;
    }
    .btn-yellow:hover {
      background-color: #e0a800 !important;
    }