 @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;
  }
 
.navbar-nav .nav-link {
      color: #2b4d2e !important;
      margin-right: 20px;
      font-weight: 500;
    }

    .navbar-nav .nav-link:hover {
      color: #558a60 !important;
    }

    .brand-logo {
      height: 100px;
    }

    .btn-franchise {
      background-color: #396f2b !important;
      color: #fbd053 !important;
      border-radius: 25px !important;
      padding: 8px 20px !important;
      font-weight: 500 !important;
    }

    .btn-contact {
      background-color: #fbd053 !important;
      color: #2b4d2e !important;
      border-radius: 25px !important;
      padding: 8px 20px !important;
      font-weight: 500 !important;
    }

    .navbar-collapse {
      justify-content: space-between;
      align-items: center;
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        flex-direction: column;
        text-align: center;
      }

      .navbar-collapse .navbar-nav {
        margin-top: 1rem;
      }

      .navbar-collapse .d-flex {
        margin-top: 1rem;
      }
    }
.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 {
      font-weight: 700;
      font-size: 1.5rem;
      color: #2e7d67; /* Dark green */
      margin-bottom: 25px;
    }
    .form-label {
      font-weight: 500;
    }
    .form-section {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
    }

      .footer-bg {
      background: url('main-food.png') no-repeat center center/cover;
      position: relative;
    }
    .footer-overlay {
      background: rgba(0, 0, 0, 0.8);
      padding: 60px 0;
    }
    .contact-card {
      background-color: #f6b909; /* yellow */
      padding: 40px;
    }
    .contact-card h2 {
      background: #000;
      color: #f6b909;
      padding: 10px 20px;
      display: inline-block;
      font-weight: bold;
    }
    .contact-card input,
    .contact-card textarea {
      border: none;
      border-bottom: 1px solid #333;
      border-radius: 0;
      background: transparent !important;
    }
    .contact-card input:focus,
    .contact-card textarea:focus {
      box-shadow: none;
    }
    .send-btn {
      background-color: #2f5d2e;
      color: #fff;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 10px;
      border: none;
    }
    .right-contact-box {
      background: #fff;
      padding: 30px;
    }
    .footer-links a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-weight: 500;
    }
    .social-icons a {
      display: inline-flex;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      color: #000;
      align-items: center;
      justify-content: center;
      margin: 5px;
      text-decoration: none;
    }
    .form-control input::placeholder,
.form-control textarea::placeholder {
  color: #000;            /* Black placeholder text */
  opacity: 1;             /* Ensure it's fully visible */
}

.form-control input,
.form-control textarea {
  background-color: transparent !important;  /* Transparent background */
  color: #000;                    /* Ensure input text is black */
  border: none;
  border-bottom: 1px solid #000;  /* Optional bottom border for styling */
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2e7d67;
  margin-bottom: 25px;
}
.form-label {
  font-weight: 500;
}
.form-section {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}
