/* FONT & DEFAULTS */
body {
  font-family: 'Poppins', sans-serif;
  background: #f8f9fa;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
#menu-main-item-image{
  width:100%;
  margin-bottom: 10px;
}
#menu-card img{
width:100%;
margin-bottom: 10px;
}
#e7a415
.breadcrumb-section {
    min-height: 40vh;
    background-image: url('https://images.unsplash.com/photo-1600891964599-f61ba0e24092');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* fixed parallax effect */
    position: relative;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Dark overlay */
.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

/* Breadcrumb styling */
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important; /* arrow color */
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* TOP HEADER */
.top-header {
  background: #ffc107;
  padding: 8px 0;
  font-size: 14px;
}
.book-reserve{
  background-color: white;
}
.icon-font{
  color: #100e0e;
  font-size: 16px;
}
.book-reserve:hover{
  background-color: white;
  color: #212529;
}
.top-header{

}
/* NAVBAR */
.navbar-brand img {
  width: 150px;
}

/* BANNER */
/* NEW BANNER SLIDER */
.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 800px;
  padding: 20px;
}

.banner-content h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.banner-btn {
  padding: 12px 25px;
  background:#e7a415; 
  border-radius: 5px;
  color: white;
  font-size: 18px;
  transition: .3s;
}

.banner-btn:hover {
  background: #e7a415;
  transform: scale(1.08);
}

/* SECTIONS */
.section-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 600;
}


/*/////restaurant about ////////////*/
.restaurant-about {
  background: #fffaf4;
}

.about-subheading {
  font-family: 'Poppins', sans-serif;
  color: #c59d5f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.about-line {
  width: 80px;
  height: 3px;
  background: #c59d5f;
  margin-top: 15px;
}

.about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.about-icons span {
  display: inline-block;
  margin: 10px 15px;
  font-family: 'Poppins', sans-serif;
  color: #111;
  font-weight: 500;
}

.about-icons i {
  color: #c59d5f;
  margin-right: 8px;
  font-size: 18px;
}










/* ABOUT BOX */
.about-box {
  padding: 20px;
  background: white;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: .3s;
}

.about-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.about-icon {
  font-size: 35px;
  color: #e7a415;
}



/*......Main About Page---------------*/
.about-section {
    font-family: 'Poppins', sans-serif;
}

/* Attractive Border */
.section-box {
    border: 2px solid #e7a415;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
.hover-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    border-color: #ffcc00;
}

/* Image Border */
.border-img {
    border: 5px solid #ffffff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}

/* Headings */
.main-heading {
    font-weight: 700;
    color: #e7a415;
}

.sub-heading {
    font-weight: 500;
    color: #555;
    margin-bottom: 10px;
}


/*/////////// dish section //////////////*/
.dish-section {
    font-family: 'Poppins', sans-serif;
}

/* Attractive Border */
.section-box {
    border: 2px solid #e7a415;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover Effects */
.hover-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    border-color: #ffcc00;
}

/* Image Styling */
.border-img {
    border: 5px solid #ffffff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
}

/* Headings */
.main-heading {
    font-weight: 700;
    color: #e7a415;
}

.sub-heading {
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

/* Price Style */
.price-tag {
    color: #e7a415;
    font-weight: 700;
    margin-top: 10px;
}


/*////////reservation section////////////*/
.reservation-section {
    background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

/* Overlay */
.reservation-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.reservation-box {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border: 2px solid #ffcc00;
    transition: 0.3s;
}

.reservation-box:hover {
    border-color: #ffaa00;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    transform: translateY(-5px);
}

/* Input Styles */
.form-control-lg,
.form-select-lg {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ddd;
}

.form-control-lg:focus,
.form-select-lg:focus {
    border-color: #ffcc00;
    box-shadow: none;
}








/* SERVICES */
.service-card img {
  height: 230px;
  object-fit: cover;
}

.card-btn {
  background: #e7a415;
  color: white;
  width: 100%;
  transition: .3s;
}

.card-btn:hover {
  background: #e7a415;
  transform: scale(1.05);
}

/* PRICE */
.price {
  font-size: 20px;
  font-weight: bold;
}

/* ▬▬▬▬▬ GALLERY THUMBNAILS ▬▬▬▬▬ */
.gallery-thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
}

.gallery-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* ▬▬▬▬▬ FULLSCREEN GALLERY MODAL ▬▬▬▬▬ */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  text-align: center;
}

.gallery-main-img {
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  animation: zoomIn .4s ease;
  border-radius: 10px;
}

/* Zoom Animation */
@keyframes zoomIn {
  from {transform: scale(0.5); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}

/* Close Button */
.gallery-close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  transition: .3s;
}

.gallery-close:hover {
  color: #e7a415;
}

/* Next/Prev Buttons */
.gallery-prev, .gallery-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 18px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: .3s;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  user-select: none;
}

.gallery-prev:hover, .gallery-next:hover {
  background: rgba(255,136,0,0.7);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}




/* MENU IMAGES */
.menu-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTACT FORM */
.contact-form {
  background: white;
  padding: 35px;
  border-radius: 10px;
  border: 2px solid #000;
}

.submit-btn {
  background: #e7a415;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  transition: .3s;
}

.submit-btn:hover {
  transform: scale(1.05);
  background: #e7a415;
}

/* FOOTER STYLING */
.footer-section {
  background: #ffffff;
  color: #333;
  padding: 60px 0;
}

.footer-logo {
  width: 150px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
}

/* Footer links */
.footer-links {
  padding-left: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 8px;
}

.footer-links li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #e7a415;
}

/* Social icons */
.footer-social a {
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
  color: #333;
  transition: .3s;
}

.footer-social a:hover {
  color: #e7a415;
  transform: scale(1.15);
}

/* Contact Icons */
.footer-section i {
  color: #e7a415;
  margin-right: 8px;
}

/* Bottom line */
.footer-bottom {
  color: #555;
  font-size: 14px;
  margin-top: 20px;
}


.food-section {
    min-height: 70vh;
    background-image: url('https://images.unsplash.com/photo-1600891964599-f61ba0e24092');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* fixed background */
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Optional dark overlay for better text visibility */
.food-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.food-section .container {
    position: relative;
    z-index: 2;
}







 /* -------------------- LANGUAGE SWITCHER BUTTONS -------------------- */
    .lang-switcher {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }

    .lang-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border: none;
        cursor: pointer;
       background: #212529;
        color: white;
        font-size: 16px;
        border-radius: 6px;
        transition: 0.3s;
    }

    .lang-btn:hover {
        background: #212529;
    }

    .lang-btn img {
        width: 20px;
        height: 20px;
    }

    /* Hide Google Translate UI elements */
    #google_translate_element,
    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget-icon {
        display: none !important;
    }
    /* Prevent flicker flash */
    .skiptranslate > iframe {
        display: none !important;
    }
    body {
        top: 0 !important;
    }



/*//////////////menu///////////////////////////*/
.menu-section {
  background: #fff8f1;
  font-family: 'Poppins', sans-serif;
}

.menu-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
}

.menu-subtitle {
  color: #c59d5f;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-line {
  width: 80px;
  height: 3px;
  background: #c59d5f;
  margin-top: 10px;
}

.btn-filter {
  border: 1px solid #c59d5f;
  margin: 5px;
  color: #111;
  padding: 8px 20px;
}

.btn-filter.active,
.btn-filter:hover {
  background: #c59d5f;
  color: #fff;
}

.menu-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.menu-card:hover {
  transform: translateY(-5px);
}

.menu-card h5 {
  font-weight: 600;
}

.menu-card p {
  color: #555;
  font-size: 14px;
}

.price {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  color: #c59d5f;
}







/* RESPONSIVE */
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 35px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-section,
  .banner-slide {
    height: 80vh;
  }
}

@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 28px;
  }
  .banner-content p {
    font-size: 14px;
  }
  .banner-section,
  .banner-slide {
    height: 70vh;
  }
}


/* RESPONSIVE */
@media(max-width:768px){
  .gallery-main-img {
    max-width: 95%;
  }
  .gallery-prev, .gallery-next {
    font-size: 28px;
    padding: 12px;
  }
}

/* Responsive */
@media(max-width:768px){
  .footer-section {
    text-align: center;
  }
  .footer-social a {
    margin: 0 8px;
  }
  #google_translate_element {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .about-heading {
    font-size: 28px;
  }
}



/* Responsive */
@media(max-width:500px){
  
}