  .navbar-brand img{
    width: 190px;
    height: 145px;
  }
  .nav-item{
      font-size: 18px;
      font-weight: 700;
      margin-left: 25px;

  }
  .hero-section {
      position: relative;
      background: url('../images/banner.jpg');
      background-repeat: no-repeat;
      height: 80vh;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      z-index: 1;
      background-attachment: fixed;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.548); /* black overlay with opacity */
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-content h1,
    .hero-content h2 {
      font-size: 4rem;
      font-weight: 500;
    }

    .divider-img {
 
      margin: 10px auto;
    }

    .fork-img-left,
    .fork-img-right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 300px;
      z-index: 2;
    }

    .fork-img-left {
      left: 20%;
    }

    .fork-img-right {
      right: 20%;
    }
    .hero-content h1{
      font-size: 140px;
    }

    .hero-content h2{
      font-size: 120px;
    }

    .hero-content h1,h2{
      position: relative;
      z-index: 2;      
      animation: slideDown 1.5s ease-out;
    }

    @keyframes slideDown {
      0% {
        opacity: 0;
        transform: translateY(-100px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .subtext {
      color: #ff6c00;
      font-size: 24px;
      margin-top: 20px;
    }

    .menu-line {
      height: 1px;
      width: 150px;
      background: #fff;
      margin: 20px auto;
    }

    .cuisine-text {
      font-size: 18px;
    }
    .brandname{
      font-size:50px;
      color: #ff0000;
      font-weight:bolder;
    }
    .brandname2{   
      color: #ff0000;
      font-weight:500;
    }

    /* footer  */

    .foot-footer {
    background-image: url('../images/footerbanner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    /* padding: 60px 20px 30px; */
    text-align: center;
  }

  .foot-overlay {
    background-color: rgba(0, 0, 0, 0.322); /* black overlay */
    padding: 60px 20px 30px;
  }

  .foot-heading {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    margin-bottom: 20px;
    animation: foot-slideDown 1s ease-out forwards;
    opacity: 0;
  }

  @keyframes foot-slideDown {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .foot-info {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .foot-social span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .foot-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 10px;
    background-color: #f26722;
    padding: 10px 20px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease;
  }

  .foot-icons a:hover {
    background-color: #fff;
    color: #f26722;
  }

  .foot-copy {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #ccc;
  }

  /* second section  */

    .welcome-section {
      position: relative;
      background: url('../images/firstsectionbackgroundimg.jpg') center center/cover no-repeat;
      height: 80vh;
      color: #fff;
      overflow: hidden;
      /* background-attachment: fixed; */
    }

    .welcome-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background:rgb(0 0 0 / 7%);
      z-index: 1;
    }

    .welcome-section .content {
      position: relative;
      z-index: 2;
    }

    /* Section 2 - Menu */
    .menu-section {
      background: #00000060 url('../images/thirdbannerimg.jpg') center center/cover no-repeat;
      padding: 60px 0;
    }

    .menu-section .menu-title {
      color: #fff;
      text-align: center;
      margin-bottom: 40px;
    }

    .menu-card {
      background: #fff;
      padding: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
      border: 2px solid #ffa45b;
      height: 100%;
    }

    .menu-card img {
      max-width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 5px;
    }

    .menu-card h6 {
      font-weight: 600;
      margin-top: 10px;
      font-size: 16px;
    }

    .menu-card p {
      margin: 0;
      font-size: 14px;
    }

.menu-button {
  background-color:#f26722;
  border: none;
  color: #fff;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transform: translateY(0);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-button:hover {
  transform: translateY(5px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.menu-button i {
  transition: transform 0.3s ease;
}

.menu-button:hover i {
  transform: translateX(5px);
}
  
    .patna h6{
      font-size: 20px;
    }
    .patna h2{
      font-size: 42px;
    }
    .patna h5{
      font-size:32px;
    }
    .patna p{
      font-size: 15px;
    }
    .timing h2{
      color: white !important;
      font-weight: bold !important;
    }
    .marginsection{
      margin-top:1200px;
    }
    .cta{
      background-color: #E7E7E7;
    }
    .testi-section {
  background-color: #fff;
}

.testi-left-wrap {
  position: relative;
  padding-left: 60px;
}

.leaf-img {
  position: absolute;
  top: 5px;
  left: 40px;
  /* width: 60px; */
  z-index: 2;
}

.quote-icon {
  font-size: 175px;
  color: #f8d4b0;
  position:relative !important;
  top: 35px !important;
  left: 20px !important;
}

.testi-title {
  font-size: 32px;
  font-weight: 600;
  z-index: 3;
  position: relative;
  margin-bottom: 20px;
}

.testi-text {
  font-size: 16px;
  line-height: 1.7;
  z-index: 3;
  position: relative;
}

.author {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}

.testi-box {
  padding-left: 10px;
}
.aboutus-section {
  background: url('../images/Aboutbanner.jpg') no-repeat center center;
  background-size: cover;
  height: 300px;
  position: relative;
  color: #fff;
}

.aboutus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.753); /* dark overlay */
  z-index: 1;
}

.aboutus-section .container {
  position: relative;
  z-index: 2;
}

.aboutus-title {
  font-family: 'Georgia', serif;
  font-size: 48px;
  font-weight: 700;
}
.cta2{
      background-color: #fff7f1;
    }
    .icon i{
      color: #f26722;
      font-size: 25px;
      margin-top: 3px;
      margin-right: 10px;
    }

    .xyabout-section {
  background-color: #fff;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
}

.xyabout-heading {
  font-size: 32px;
}

.xyabout-text {
  margin-bottom: 1rem;
}

.xyabout-leaf {
  max-width: 100px;
}

.xyabout-img-wrapper {
  overflow: hidden;
  border-radius: 16px;
}

.xyabout-img {
  transition: transform 0.4s ease;
}

.xyabout-img:hover {
  transform: translateY(10px);
}
.d-flexclss{
  display: flex;
}
.indsec {
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.indsec-title {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.indsec-divider {
  width: 100px;
  height: 1px;
  background-color: #888;
  border-top: 2px solid #888;
  border-style: double;
  max-width: 100%;
}

.indsec-menu-item {
  font-size: 1.1rem;
  margin: 1rem 0;
  font-weight: 500;
}

.indsec-btn {
  background-color: #ff7800;
  color: white;
  font-weight: 500;
  transition: 0.3s ease;
}

.indsec-btn:hover {
  background-color: #e76e00;
}

.indsec-img-main {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.indsec-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
}

.indsec-img-back {
  content: "";
  background-image: url('../images/menubackgroundimg.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.menupadding{
  padding-left: 100px;
}
 .map-responsive {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
     .lunch-section {
      background-image: url('../images/firstsectionbackgroundimg.jpg'); /* Replace with your actual background image */
      background-size: cover;
      background-position: center;
      position: relative;
      padding: 60px 0;
    }
    .white-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.85);
      z-index: 1;
    }
    .content-box {
      background-color: #313338;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }
    .content-box h5 {
      margin: 0;
    }
    .menu-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .menu-item img {
      width: 50px;
      margin-right: 15px;
    }
    .menu-item:last-of-type {
      margin-bottom: 0;
    }
    hr {
      border-color: #555;
      margin: 15px 0;
    }
     .input-custom {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    width: 100%;
  }

  .send-btn {
    background: linear-gradient(to right, #ff7f27, #ff5a00);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    transition: background 0.3s ease;
  }

  .send-btn:hover {
    background: linear-gradient(to right, #e64a00, #cc3b00);
  }

  .text-content {
    max-width: 400px;
  }
  .foot-icons a{
    text-decoration: none;
  }
  .location i{
      font-size:30px;
  }






 