a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}


/* Loader Styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.logo-fill-container {
  position: relative;
  width: 200px;
  height: 240px;
}

.logo-fill {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 40%;
  height: 30%;
  object-fit: contain;
  z-index: 4;
}

/* Cloche Bowl */
.cloche-fill-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  /* Zoom in 3x */
  transform-origin: center;
  /* Keep it centered */
  z-index: 0;
}


/* Chopsticks above everything */
.chopsticks-svg {
  position: absolute;
  top: -115px;
  left: 55px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Noodles between chopsticks and cloche */
.noodles-svg {
  position: absolute;
  top: -115px;
  left: 55px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.fill-rect {
  fill: url(#gradFill);
  animation: fillUpSVG 3s ease-out forwards;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

@keyframes fillUpSVG {
  0% {
    y: 150;
  }

  100% {
    y: 0;
  }
}





html, body {
  overflow-x: hidden !important;
  overflow-y: auto;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: scroll;
  font-family: Arial, sans-serif;
  background-color: #1f1f1f;
}

/* Navbar - mobile base */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #7fa845;
  padding: 5px 10px;
  position: fixed;
  /* 🔒 Sticks to top */
  top: 0;
  /* ⬆ Position at very top */
  left: 0;
  width: 100%;
  z-index: 1000;
  /* On top of all other elements */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* Optional: slight shadow */
}


.navbar img.logo {
  height: 70px;
  max-width: 100px;
  object-fit: contain;
}

/* Center image for navbar */
.navbar-center-img {
  height: 50px;
  max-width: 180px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.menu-toggle {
  font-size: 32px;
  color: black;
  margin-right: 5%;
  font-weight: bolder;
  cursor: pointer;
  display: block;
  z-index: 3;
  transition: transform 0.4s ease;
}

.navbar.show .menu-toggle {
  transform: rotate(90deg);
  /* subtle animation */
}


/* Mobile Menu */
.navbar ul {
  list-style: none;
  position: fixed;
  font-family: 'Alice';
  letter-spacing: 2px;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: #7fa845;
  flex-direction: column;
  width: 75vw;
  padding-top: 80px;
  transition: right 0.7s ease;
  z-index: 2;
  box-shadow: -7px 0 10px rgba(0, 0, 0, 0.3);
}

.navbar.show ul {
  right: 0;
}

.navbar ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar ul li:last-child {
  border-bottom: none;
}

.navbar ul li a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.navbar ul li a:hover {
  background-color: #7fa845;
}

/* Slider - mobile base */
.slider-container {
  width: 100vw;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.slider-track img {
  width: 100vw;
  height: 350px;
  object-fit: cover;
  flex-shrink: 0;
}


@media (max-width : 350px) {


  .navbar-center-img {
    max-width: 140px;
  }

  .navbar img.logo {
    height: 70px;
    max-width: 70px;
    object-fit: contain;
  }

}

/* Mobile adjustment */
@media (max-width: 500px) {

  body .gallery-laptop{
    display : none;
  }
 body .nav-btn {
    font-size: 28px;
    top: 40%;
    color: rgba(218, 218, 218, 0.7);
  }

  body .nav-btn.left {
    left: 5px;
  }

  body .nav-btn.right {
    right: 5px;
  }



  .desktop-navbar {
    display: none;
  }

  .slider-track img {
    height: 250px;
  }

  
}

@media (min-width: 525px) {

  body .swiper{
    display : none;
  }

  .gallery-laptop {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns layout */
  gap: 20px;
}

/* First column: vertically stacked images */
.vertical-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-grid img,
.vertical-images img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-grid img:hover,
.vertical-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
   


  .slider-container1 {
    display: flex;
    justify-content: center;
    /* center horizontally */
    align-items: center;
    /* center vertically */
    text-align: center;
    /* optional: center text inside */
  }

  body .slider-container1::before {
    background-color: rgba(0, 0, 0, 0.40);
  }

  .menu-item strong {
    padding-top: 15px;
  }

  body .contact-info p {
    text-align: center;
    justify-content: center;
  }


  .desktop-navbar {
    font-family: 'Alice';
    letter-spacing: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7fa845;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .navbar-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .logo {
    height: 60px;
  }

  .logo2 {
    height: 45px;
  }

  .navbar-links {
    display: flex;
    list-style: none;
    gap: 30px;
  }

  .navbar-links li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.3s ease;
  }

  .navbar-links li a:hover {
    color: #f3c10c;
  }

  /* Hide mobile menu */
  .navbar .menu-toggle,
  .navbar ul:not(.navbar-links) {
    display: none !important;
  }

  .slider-track img {
    height: 650px;
  }

  .menu-toggle {
    display: none;
  }
  /*  ----------------/////-----------------//////-------------------/////  */
  
}

@media (min-width: 1400px) {
  .slider-track img {
    height: 750px;
  }
}


@media (min-width: 525px) and (max-width: 1000px) {
  /* Your responsive styles go here */
  .navbar-links {
    gap: 20px;
  }
   .navbar-links li a {
    font-size: 12px;
  }

    .desktop-navbar{
      letter-spacing:0;
    }

   .navbar-links {
    display: flex;
    list-style: none;
  }
}












.slider-container1 {
  background-image: url("./assets/bg1.jpg");
  background-size: cover;
  background-position: center;
  font-family: 'League Spartan', sans-serif;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  overflow: hidden;
}

/* Add this */
.slider-container1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  /* darkness level */
  z-index: 0;
}

/* Put all inner content above the overlay */
.slider-wrapper {
  position: relative;
  z-index: 1;
}



.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.menu-slide {
  flex: 0 0 100%;
  padding: 40px 20px;
  overflow-y: auto;
}

.menu-slide h2 {
  font-size: 19px;
  font-family: 'Alice';
  margin-bottom: 15px;
  color: #f7f7f7;
}

.menu-slide p {
  font-weight: 600;
  color: rgb(254, 193, 39);
}

.menu-item {
  margin-bottom: 20px;
}

.menu-item strong {
  display: block;
  font-size: 20px;
  color: #7fa845;
  margin-bottom: 5px;
}

.menu-item span {
  font-size: 20px;
  color: #ffffff;
}



.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 10;
  padding: 0;
  outline: none;
}

/* Left & Right positions */
.nav-btn.left {
  left: 5%;
}

.nav-btn.right {
  right: 5%;
}

/* On hover - desktop only for better UX */
@media (hover: hover) {
  .nav-btn:hover {
    color:#7fa845;
    transform: translateY(-50%) scale(1.1);
    transition: all 0.2s ease;
  }
}




.menu-item .price {
  color: #ffd900;
  font-weight: bold;
  font-size: 17px;
}



.menu-heading-container {
  background-color: #7fa845;
  text-align: center;
  padding: 5px 15px;
  overflow: hidden;
  font-family: 'Alice', serif;
  position: relative;
}

/*#fcf6d9;*/
.menu-heading {
  color: #fcf6d9;
  font-size: 25px;
  margin: 0;
  opacity: 0;
  transform: translateY(45px);
  animation: fadeSlideIn 2s ease-out forwards;
}

.menu-sub {
  display: block;
  font-family: 'League Spartan', sans-serif;
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  opacity: 0;
  animation: fadeIn 2s ease-out 1s forwards;
}

/* Animation keyframes */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}










.about-container {
  background-color: #1f1f1f;
  color: #f0f0f0;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  font-family: 'Spline Sans Mono', 'Alice', sans-serif;
}

.about-content {
  max-width: 900px;
  line-height: 1.7;
  font-size: 16px;
}

.about-content h2 {
  font-size: 32px;
  color: rgb(254, 193, 39);
  margin-bottom: 10px;
}

.about-content h3 {
  font-size: 24px;
  color: #a5c766;
  margin-top: 0;
}

.about-content .subtitle {
  font-style: italic;
  margin-bottom: 25px;
  color: #ccc;
}

.about-content h4 {
  color: #7fa845;
  margin-top: 30px;
  font-size: 20px;
}

.about-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.about-content ul li {
  margin-bottom: 10px;
  list-style: ' ';
  color: #e0e0e0;
}

.about-content strong {
  color: #f3f3f3;
}








.about-heading-container {
  background-color: #7fa845;
  padding: 5px 15px;
  text-align: center;
  font-family: 'Alice', serif;
  overflow: hidden;
}

.about-heading {
  font-size: 25px;
  color: #fcf6d9;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideIn 4s ease-out forwards;
}

.about-sub {
  display: block;
  font-size: 20px;
  font-family: 'League Spartan', sans-serif;
  color: #000000;
  margin-top: 8px;
  opacity: 0;
  animation: fadeIn 4s ease-out 1s forwards;
}

.gallery-sub {
  display: block;
  font-size: 18px;
  font-family: 'League Spartan', sans-serif;
  color: #000000;
  margin-top: 8px;
  opacity: 0;
  animation: fadeIn 4s ease-out 1s forwards;
}

/* Reuse menu animation */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


.contact-info {
  font-family: 'Alice', serif;
  background-color: #1f1f1f;
  z-index: 5;
  padding: 30px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0px auto;
  text-align: left;
}

.contact-info p {
  font-size: 17px;
  color: #7fa845;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.contact-info i {
  color: #ffffff;
  /* Calm green */
  margin-right: 12px;
  font-size: 20px;
  min-width: 25px;
}

.about-heading-container {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
}










/* Swiper Container */
.swiper {
  width: 100%;
  max-width: 850px;
  height: auto; /* important for autoHeight to work */
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}

/* Animate height between slides (smooth transition) */
.swiper-wrapper {
  transition-property: height;
  transition-duration: 0.4s;
}

/* Each Slide Layout */
.swiper-slide {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0; /* optional vertical padding */
  box-sizing: border-box;
}

/* Shared image style (single + vertical) */
.swiper-slide img,
.vertical-slide img {
  width: 90%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Zoom on hover */
.swiper-slide img:hover,
.vertical-slide img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25), 0 0 10px rgba(255, 255, 255, 0.2);
}

/* First slide: two stacked images */
.vertical-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
}







/* Position and style of navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff; /* Button icon color */
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background */
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color:#7fa845;
  transform: scale(1.1);
}

/* Optional: adjust arrow size */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}
