@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');


* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden; 
}

nav {
  padding: 5px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 1;
  height: 110px;
}
nav .logo {
  display: flex;
  align-items: center;
}
nav .logo img {
  height: 100px;
  width: auto;
  margin-right: 10px;
}

nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  margin-left: 1.5rem;
}
nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 5px;
}
nav ul li a:hover{
  height: 20px;
  width: 100%;
background-color: #cc9d31;
color: #cc9d31;

}

nav ul li a:hover {
  background-color: #f5f5f5;
}

.hamburger {
  display: none;
  cursor: pointer;

}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #1f1f1f;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.menubar {
  position: absolute;
  top: 0;
  left: -80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  padding: 30% 0;
  background: rgba(255, 255, 255);
  transition: all 0.5s ease-in;
  z-index: 2;
}
.active {
  left: 0%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menubar ul {
  padding: 0;
  list-style: none;
  
}
.menubar ul li {
margin-bottom: 20px;
    border: 1px solid black;
  
      
        width: 100%;
        border-radius: 25px;
        display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 3; */
}

.menubar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 95%;
  font-weight: 400;
  padding: 15px  80px;
  border-radius: 5px;



}


@media screen and (max-width: 790px) {
  .hamburger {
    display: block;
  }
  nav ul {
    display: none;
  }
  nav .logo img{
    height: 50px;
  }

}

.home {
  position: relative;
  width: 100%;
  min-height: 100vh;


  display: flex;
  flex-direction: column; /* Always keep column layout */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  gap: 10px;
  

}

.header {

  width: 100%;    
  max-width: 800px;
  height: auto;

  height: auto;
  transition: width 0.3s ease;
}


.home p {
  max-width: 800px;
  font-size: clamp(1rem, 1.5vw, 1.3rem); /* Auto resize text */
  margin: 0;
  
}

.home button {
  background-color: #000;
  color: white;
  padding: 20px 60px;
  font-size: 18px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin-top: 50px;
}
.home{
  
  }
   .home button{
position: relative;
top: 1px;
  }
/* Increase image size for bigger screens */
@media screen and (min-width: 1024px) {
  .header {
    max-width: 1200px;
  }
   .home p{
    padding: 20px;
position: relative;
bottom: 100px;
font-size: 1.8rem;
width: 100%;
  }
  .home button{
    padding:  40px 100px;
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .home{
   
  }
  .header{
    width: 120vw;
    position: relative;
    bottom: 50px;
  }
  .home p{
    padding: 20px;
position: relative;
bottom: 100px;
font-size: 1.2rem;
  }
  .home button{
    position: relative;

  }

}


   /* <!-- ----------------------Special Foods----------------------------- --> */
   .specialfoods{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
     font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #cc9d31;
    margin: 40px 0;
   }
.team-section {
  padding: 40px 20px;
}
/* Container */
.team-container {
  display: flex;
  flex-direction: row;
  gap: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Member card */
.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.member img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.member img:hover {
  transform: scale(1.05);
}

.member h3 {
  margin-top: 15x;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  
}

.member p {
  font-size: 0.9rem;
  color: #555;
  position: relative;
  bottom: 20px;
}

/* Mobile: Horizontal slider */
@media (max-width: 1500px) {
  .team-container {
    flex-direction: column;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .member {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .member img{
    width: 250px;
    height: 250px;
  }
}


.menu-section {
  text-align: center;
  padding: 50px 0px;
  background: #faf4ef; /* light coffee vibe */
}

.menu-section h2 {
  /* font-size: 2rem;
  margin-bottom: 60px;
  color: #4b2e2e; */
}

.qr-box img {
  width: 85%;        /* expand full width of parent */
  max-width: 600px;   /* but not bigger than 300px */
  height: auto;       /* keep aspect ratio */
  margin-bottom: 10px;
  border: 5px solid #cc9d31; /* optional border for style */
  border-radius: 10px;       /* rounded edges */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

}

.qr-box p {
  font-size: 1.2rem;
  color: #cc9d31;
  margin-bottom: 15px;

}

.qr-box .btn {
  display: inline-block;
  background: #cc9d31;
  color: #4b2e2e;
  padding: 20px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 10px;
}

.qr-box .btn:hover {
  background: #6b4f4f;
}
@media (max-width: 408px){
   .qr-box img {
     width: 85%;
 
  } 
  .menu-section {

  padding: 20px 0px;
 /* light coffee vibe */
}

}


  /* <!-- ---------------------ABOUT----------------------------- --> */
.about {
  width: 100%;
}

.about-container {
  display: flex;
  flex-direction: row;   /* Default: side-by-side */
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
}

/* Text */
.about-text {
  flex: 0.5;              /* Equal width */
  min-width: 100px;     /* prevent collapse */
  padding: 20px 40px;
  font-size: 2rem;
    font-family: "Cardo", serif;
  font-style: italic;

}

/* Image */
.about-image {
  flex: 0.5;
  min-width: 300px;
  padding: 20px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* 📱 Mobile */
@media (max-width: 2000px) {
  .about-container {
    flex-direction: column; /* Ab stacked */
    text-align: center;
  }

  .about-text {
    order: 1;
    padding: 15px;
  }

  .about-image {
    order: 2;
    padding: 10px;
  }
}
/* @media (max-width: 600px){

.about-text{
  font-size: 2rem;
  font-family: "Cardo", serif;
  font-style: italic;
}
  .about-image {
    order: 2;
    width: 100%;
    min-height: 300px;
    padding: 0;
  }

  .about-image img {
    width: 100%;
    height: 100%;     
    object-fit: cover;  
    border-radius: 12px;
  }
} */
