/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: 50px;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}

h3,
h3 a {
  color: #454545;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

/* a:hover,
a:active,
a:focus {
  color: #ce3232;
  outline: none;
} */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}
#about {
  background-color: #fffbe6;
}

.section-title {
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .section-title {
    padding-bottom: 25px;
  }
}

.section-title h2 {
  margin: 0;
}

.section-title h4 {
  color: #bfbdbd;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  padding: 80px 0;
}

#team,
#menu,
#testimonial {
  text-align: center;
}

.about-image img,
.team-thumb img {
  width: 100%;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: #615844;
  border-radius: 0;
  border: 0;
  color: #f9f9f9;
  font-size: inherit;
  font-weight: normal;
  padding: 10px 25px;
  transition: 0.5s 0.2s;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.custom-navbar .navbar-brand span {
  color: #615844;
}

.top-nav-collapse {
  background: #ffffff;
}
.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 20px;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
  color: #ffffff !important;
}
.custom-navbar .section-btn {
  margin-left: 10px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
  color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
  padding: 10px 25px;
}

/* .custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
} */

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
}

/* .custom-navbar .nav li a:hover {
  background: transparent;
  color: #ce3232;
} */

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #615844;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #454545;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
  padding-bottom: 30px;
}

#home h3 {
  color: #f9f9f9;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 768px) {
  .slider .col-md-8 {
    padding-left: 0;
  }
}

.slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 2em;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px 10px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;

  padding: 4em 0 0 2em;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/nam.jpg);
}

.slider .item-second {
  background-image: url(../images/../images/pav.jpg);
}

.slider .item-third {
  background-image: url(../images/slider-image2.jpg);
}

.slider .item-second .section-btn {
  background: #292929;
}
/* 
.slider .item-second .section-btn:hover {
  background: #ffffff;
} */
.section-btn,
.section-btn:focus,
.section-btn:active,
.section-btn:visited {
  background: #615844 !important;
  color: #ffffff !important;
  border: none !important;
  transition: transform 0.3s ease;
}

.section-btn:hover {
  background: #615844 !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* .slider .item-third .section-btn {
  background: transparent;
  border: 1px solid #ffffff;
} */

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
  background: #ce3232;
  border-color: transparent;
  color: #ffffff;
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
  padding-top: 50px;
  padding-bottom: 15px !important;
}

.about-info {
  padding: 0 6em 5em 0;
}
/* 
.about-info .section-title {
  padding-bottom: 20px;
} */

.about-image {
  position: relative;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
  background: #f9f9f9;
}

.team-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
  position: absolute;
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
  opacity: 0.95;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.team-thumb img {
  transition: 0.5s 0.2s;
}

.team-thumb:hover img {
  transform: scale(1.2);
}

.team-thumb .social-icon li a {
  background: #292929;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #d9d9d9;
  font-size: 20px;
  margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-item h4 {
  color: #ffffff;
}

.team-info p {
  color: #bfbdbd;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu {
  padding-bottom: 0;
}

#menu .col-md-4 {
  margin: 0;
  padding: 0;
}

.menu-thumb img {
  width: 100%;
  transition: 0.5s;
}

.menu-thumb:hover img {
  transform: scale(1.15);
}

#menu .menu-thumb {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.menu-thumb .menu-info {
  position: absolute;
  top: 60%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding: 25px 30px;
  transition: 0.5s 0.2s;
}

/* .menu-info .menu-item {
  float: left;
}

.menu-info .menu-price {
  float: right;
} */

.menu-info .menu-price span {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
  transform: translateY(100%);
  opacity: 0;
  display: block;
  transition: 0.5s 0.2s;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.menu-thumb .menu-info h3 {
  margin-top: 0;
}

.menu-thumb .menu-info p {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
  transform: translateY(0px);
  opacity: 1;
}

.menu-thumb:hover .menu-info {
  background: rgba(0, 0, 0, 0.8);
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
  background: url("../images/slider-image2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

/* Overlay */

#testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* overlay darkness */
  z-index: 1;
}

/* Content overlay ke upar rahe */

#testimonial .container {
  position: relative;
  z-index: 2;
}

#testimonial .owl-dots {
  position: relative;
  top: 0;
  right: 0;
  justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
  margin: 20px 5px;
}

#testimonial h2 {
  color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
  display: inline;
}

#testimonial p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 35px;
}

.tst-author {
  margin-top: 20px;
}

.tst-author h4,
.tst-author span {
  color: #b2b2b2;
}

.tst-author span {
  margin-left: 5px;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact .section-title {
  padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
  display: none;
}

#contact .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
  border-bottom-color: #c9c9c9;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  background: #615844;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  height: 50px;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);

  padding-bottom: 80px;
}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info,
footer .social-icon {
  margin-top: 20px;
}

.footer-open-hour {
  background: #615844;
  background: url("../images/footer-open-hour-bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 0;
  padding: 40px 0 40px 80px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  right: 20px;
  bottom: 20px;
}

.footer-open-hour::after {
  background: rgba(29, 29, 29, 0.85);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2222;
}

.footer-open-hour h2 {
  color: #ffffff;
}

.footer-open-hour p {
  color: #d9d9d9;
}

.footer-open-hour strong {
  color: #f9f9f9;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: #615844;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #615844;
  color: #ffffff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}

@media only screen and (max-width: 1200px) {
  .about-info {
    padding-right: 0;
  }

  .about-image {
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  section {
    padding: 60px 0;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .slider .item {
    background-position: center;
  }

  .about-info {
    padding: 0;
  }

  .team-info {
    margin-bottom: 50px;
  }

  #menu .menu-thumb {
    width: 100%;
  }

  #testimonial {
    background-position: 50% 0 !important;
  }

  #google-map,
  .footer-info {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .slider .caption {
    padding: 0;
  }

  .menu-thumb .menu-info {
    top: 80%;
  }

  footer {
    padding: 60px 0;
    padding-bottom: 60px;
  }

  .footer-open-hour {
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.8em;
  }

  .menu-thumb .menu-info {
    top: 60%;
  }
}
.menu-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
}

.menu-item {
  flex: 1;
}
.menu-price {
  text-align: right;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* New Price */
/* New Price - Always Red */

.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #615844;
  background-color: #615844;
  padding: 3px 8px;
  border-radius: 6px;
}

/* Old Price */

.old-price {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-top: 3px;
}

/* Remove hover animation */

.menu-box:hover .new-price {
  color: #615844;
  background: #fff3e0;
  transform: none;
  box-shadow: none;
}

.mfp-title small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #ddd;
}
.mfp-title h3 {
  color: white;
  margin-top: 10px;
}

.mfp-title p {
  font-size: 14px;
  color: #ddd;
}
.popup-price {
  margin-top: 10px;
}

.popup-new {
  color: #ffb400;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.popup-old {
  color: #aaa;
  text-decoration: line-through;
  font-size: 14px;
}

.order-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 5px;
  background: #615844;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.order-btn:hover,
.order-btn:focus,
.order-btn:active,
.order-btn:visited {
  background: #615844 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.popup-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.popup-text {
  max-width: 70%;
}

.popup-order {
  text-align: right;
}

/* .order-btn {
  padding: 8px 16px;
  background: #ff6b35;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
} */
.custom-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff !important;
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.custom-navbar .nav li a {
  color: #ffffff !important;
}

.custom-navbar .navbar-brand {
  color: #333 !important;
}

.custom-navbar .nav li a {
  color: #333 !important;
}

.custom-navbar .navbar-brand {
  color: #333 !important;
}

body {
  padding-top: 80px;
}
#gallery {
  padding: 70px 0;
  background: #fff9e6;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 320px; /* same height for all images */
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 20px;
  transform: translateY(20px);
  transition: 0.4s;
}

/* hover effect */

.gallery-box:hover img {
  transform: scale(1.1);
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
}

.gallery-box:hover .gallery-overlay h3 {
  transform: translateY(0);
}

.about-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Powered by link */
.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d18629;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Logo styling */
.powered-logo {
  height: 22px; /* adjust if needed */
  width: auto;
  object-fit: contain;
}

.footer-line {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.15); /* faint white line */
  margin: 30px 0;
}

@media (max-width: 768px) {
  .slider .item {
    height: 500px;
  }

  .slider .caption {
    padding: 20px;
  }
}

/* Navbar logo fix */

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  height: 60px;
}

.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.contact-info p a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ccc;
  text-decoration: none;
}

.contact-info p a:hover {
  color: #615844;
}

.contact-info i {
  color: #615844;
  font-size: 16px;
  margin-top: 3px;
}

.direction-link a {
  color: #615844;
  font-weight: bold;
}
#menu .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.menu-grid {
  margin: 0;
}

.menu-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
/* Popup background full dark */
.mfp-bg {
  background: #000 !important;
  opacity: 0.95 !important;
}

/* Popup overlay */
.mfp-wrap {
  background: rgba(0, 0, 0, 0.95);
}

/* Hide page behind popup scroll */
body.mfp-open {
  overflow: hidden;
}
/* Image center better */
.mfp-img {
  border-radius: 6px;
}

/* close button color */
.mfp-close {
  color: #fff !important;
  opacity: 1;
}

/* arrows visible */
.mfp-arrow {
  opacity: 1;
}

/* Navbar active section highlight */

.custom-navbar .nav li.active a {
  color: #615844 !important;
  border-bottom: 2px solid #615844;
}

/* Navbar Layout */

/* Logo */

.logo-img {
  height: 45px;
}

/* Menu spacing */

.navbar-nav-first {
  margin-left: 40px;
}

.navbar-nav-first li a {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 15px;
  color: #333 !important;
}

/* Right buttons */

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-app {
  background: #615844;
  padding: 10px 18px !important;
  border-radius: 4px;

  font-weight: 600;
}

.btn-website {
  background: #615844;

  padding: 10px 18px !important;
  border-radius: 4px;
  font-weight: 600;
}
/* Hover Fix */
.btn-app:hover,
.btn-website:hover {
  background: #615844 !important;
  color: #fff !important;
  text-decoration: none;
}

/* Navbar spacing */

.custom-navbar .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
/* Mobile Navbar Layout */

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Logo */

.mobile-logo img {
  height: 50px;
}

/* Center Title */

.mobile-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: center;
  flex: 1;
}

/* Hamburger */

.navbar-toggle {
  margin: 0;
}

/* Desktop par title hide */

@media (min-width: 768px) {
  .mobile-title {
    display: none;
  }
}

/* Mobile Banner Fix */

@media (max-width: 768px) {
  .slider .item {
    height: 850px;
    background-size: cover;
    background-position: left center;
  }

  .slider .caption {
    padding: 20px;
  }
}
s

/* Mobile Pav Bhaji Hero Image */

.mobile-pavbhaji {
  display: none;
  text-align: center;
  margin-top: 15px;
}

.mobile-pavbhaji img {
  width: 85%;
  max-width: 320px;
}

/* Pav Bhaji Image - default desktop hide */

.mobile-pavbhaji {
  display: none;
}

/* Only mobile view */

@media (max-width: 768px) {
  .mobile-pavbhaji {
    display: block !important;
    text-align: center;
    margin-top: 15px;
  }

  .mobile-pavbhaji img {
    width: 90%;
    max-width: 300px;
  }
}

/* Mobile Navbar Layout */

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Logo */
/* Desktop logo */

.mobile-logo img {
  height: 50px;
}

/* Mobile logo smaller */

@media (max-width: 768px) {
  .mobile-logo img {
    height: 36px;
  }
}
/* Center Title */

.mobile-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: center;
  flex: 1;
}

/* Hamburger */

.navbar-toggle {
  margin: 0;
}

/* Hide mobile title on desktop */

@media (min-width: 768px) {
  .mobile-title {
    display: none;
  }
}

@media (max-width: 768px) {
  .custom-navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .nav-buttons li {
    margin-top: 10px;
  }

  .nav-buttons a {
    display: block;
    text-align: center;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .menu-thumb .menu-info {
    position: absolute;
    bottom: 0;
    top: auto;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 12px;
  }

  /* Description hide */
  .menu-thumb .menu-info p {
    display: none;
  }

  /* Always visible text */
  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info span {
    transform: translateY(0);
    opacity: 1;
  }

  /* Disable hover animation */
  .menu-thumb:hover .menu-info {
    background: rgba(0, 0, 0, 0.7);
  }

  .menu-thumb:hover img {
    transform: none;
  }
}
.order-now-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  font-size: 12px;
  background: #615844;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

/* Prevent color change on hover/click */

.order-now-btn:hover,
.order-now-btn:focus,
.order-now-btn:active,
.order-now-btn:visited {
  background: #615844;
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .nav-buttons {
    display: none !important;
  }
}
/* Hamburger icon styling */

#menuToggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* First line rotate */

#menuToggle.active .icon-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

/* Middle line hide */

#menuToggle.active .icon-bar:nth-child(2) {
  opacity: 0;
}

/* Last line rotate */

#menuToggle.active .icon-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 768px) {
  .order-now-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 12px;
    background: #615844;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
  }
}
/* Desktop par hide */

@media (min-width: 768px) {
  .order-now-btn {
    display: none;
  }
}
#home .section-btn {
  margin: 8px 12px 8px 0;
}

@media (max-width: 768px) {
  #home .container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
#menu .btn-default {
  background-color: #615844 !important;
  color: #ffffff !important;
  border: none !important;
  transition: transform 0.3s ease;
}

#menu .btn-default:hover {
  transform: translateY(-3px);
}

/* #menu .btn-default:hover {
  background-color: #fff !important;
  color: black !important;
  border: 1px solid #615844 !important;
} */

/* Navbar Order Buttons Fix */

.nav-buttons .btn-app,
.nav-buttons .btn-website {
  background: #615844 !important;
  color: #ffffff !important;
  padding: 10px 18px !important;
  border-radius: 4px;
  font-weight: 600;
}

/* Hover / Focus / Click par bhi same color rahe */

.nav-buttons .btn-app:hover,
.nav-buttons .btn-app:focus,
.nav-buttons .btn-app:active,
.nav-buttons .btn-app:visited,
.nav-buttons .btn-website:hover,
.nav-buttons .btn-website:focus,
.nav-buttons .btn-website:active,
.nav-buttons .btn-website:visited {
  background: #615844 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* smooth animation */
.nav-buttons .btn-app,
.nav-buttons .btn-website {
  transition: transform 0.3s ease;
}

/* thoda move effect */
.nav-buttons .btn-app:hover,
.nav-buttons .btn-website:hover {
  transform: translateY(-3px);
}

/* Desktop & Tablet Header Fix */
@media (min-width: 768px) {
  /* Navbar layout */

  .custom-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .custom-navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }

  /* Left menu */

  .navbar-nav-first {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
  }

  /* Menu links */

  .custom-navbar .nav li a {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 13px;
    padding: 0 14px;
  }

  /* Right buttons */

  .nav-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Buttons size fix */

  .nav-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 4px;
  }

  /* Navbar height compact */

  .custom-navbar {
    padding: 8px 0;
  }
}

.social-icon img {
  width: 26px;
  height: 26px;
}
.menu-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.menu-filter-buttons .btn {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .menu-filter-buttons .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
