* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  font-family: "Poppins", sans-serif;
  color: white;
}

:root {
  --primary-color: #f7bd11;
}

p,
a,
li {
  color: inherit;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
}

html {
  font-size: 16px;
}

.custom-nav {
  background: #000000ad;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 5px;
  /* font-weight: 500; */
  font-size: 1.03rem;
}

.navbar-nav .nav-link:hover {
  color: #f7bd11 !important;
}

.btn-book {
  background: #f7bd11;
  color: #000;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 500;
}

.btn-book:hover {
  background: #d9a40f;
  color: #000;
}

.btn-order {
  background: white;
  color: #000;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.4s ease;
}

.btn-order:hover {
  opacity: 0.8;
  background: white;
  color: #000;
}

.banner-section {
  padding: 16rem 0 9rem;
  position: relative;
  z-index: 9;
  background-size: cover;
}

.banner-subtitle {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.banner-title {
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Public Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0 0 1rem;
}

.banner-title span {
  color: var(--primary-color);
  font-family: "Dancing Script", cursive;
  font-size: 4rem;
  letter-spacing: 1px;
}

.banner-sec {
  color: white;
}

.banner-sec p {
  font-size: 1.1rem;
}

section.banner-section:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.py-5 {
  padding: 4rem 0 !important;
}

.img-hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: relative;
  z-index: 9;
}

.img-hover:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background: transparent;
  border: 5px solid #ebb410;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.img-hover.ab-img {
  width: 90%;
  margin: auto;
}

.img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webtitle {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
}

.webtitle span {
  color: var(--primary-color);
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  font-size: 3rem;
}

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

img {
  transition: 0.4s ease;
}

.about-section {
  background: #000;
}

.subtitle {
  color: #f7bd11;
  font-weight: 500;
  /* letter-spacing: 1px; */
  margin: 0;
  font-size: 1.1rem;
}

.icon-primary {
  font-size: 1.5rem;
  color: #f7bd11;
}

.btn-explore {
  background: #f7bd11;
  padding: 7px 25px;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-explore:hover {
  background: #d9a40f;
  color: #000;
}

.about-iconbox {
  flex: 1;
}

.about-icon {
  width: 30px;
  display: flex;
  flex-shrink: 0;
}

.story-img {
  height: 485px;
}

.services-section {
  background: #000;
}

.sec-subtitle {
  color: #f7bd11;
  font-weight: 600;
  letter-spacing: 1px;
}

.sec-title {
  font-weight: 700;
}

.service-box {
  /* background: #111; */
  /* border: 1px solid #222; */
  /* border-radius: 12px; */
  transition: 0.3s ease;
  width: 92%;
  margin: auto;
  padding: 0 !important;
}

.service-box:hover {
  transform: translateY(-5px);
  border-color: #f7bd11;
}

.view-more {
  margin-top: 10px;
  font-weight: 600;
  color: #f7bd11;
  cursor: pointer;
  transition: 0.2s;
}

.view-more a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
}

.view-more a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.view-more:hover {
  margin-left: 5px;
}

.gallery-section {
  background: #000;
}

.gallery-subtitle {
  color: #f7bd11;
  font-weight: 600;
  letter-spacing: 1px;
}

.gallery-title {
  font-weight: 700;
}

.gallery-img {
  /* border: 2px solid #111; */
  /* transition: transform 0.3s, border-color 0.3s; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gallery-img:hover {
  /* transform: scale(1.05); */
  /* border-color: #f7bd11; */
  /* cursor: pointer; */
}

.gallery-row .col-lg-4:last-child {
  margin-bottom: 0 !important;
}

.gal-img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
  /* border: 2px solid #85858530; */
  border-radius: 10px;
}

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

/* Tabs */
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #f7bd11;
  border-color: #f7bd11 #f7bd11 #000;
  font-weight: 600;
}

.nav-tabs .nav-link {
  color: #f7bd11;
  margin: 0 4px;
  transition: 0.4s ease;
  border: 0 !important;
  font-size: 1.1rem;
}

.footer-section {
  background: #000;
  padding: 4rem 0 1rem;
}

.footer-section a {
  text-decoration: none;
}

.footer-section ul {
  margin: 0;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li:last-child {
  margin: 0;
}

.footer-title {
  color: #f7bd11;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.footer-link:hover {
  color: #f7bd11;
}

.social-icons a {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 8px;
  transition: color 0.2s;
}

.social-icons a:hover {
  color: #f7bd11;
}

.contact-info i {
  color: #f7bd11;
}

.ser-img.img-hover {
  height: 330px;
  margin: 0 0 1rem;
}

.ser-text h4 {
  color: var(--primary-color);
  font-size: 20px;
}

.bg-1-sec {
  background-image: url(https://webtestinglink.com/develop/elgringoslocos/wp-content/uploads/2025/12/Reservation.jpg);
  padding: 7rem 0;
  position: relative;
  z-index: 9;
  background-position: right;
}

/* ============================================ */

/* Hero Section */
.hero-section {
  position: relative;
  /* height: 70vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8rem 0 3rem;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1200")
      center/cover;
  animation: zoomIn 20s ease-in-out infinite alternate;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  padding: 3rem 0;
}

.hero-content .webtitle {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #fff;
}

.hero-content p {
  font-size: 1.3rem;
  color: #f7bd11;
  line-height: 1.8;
  margin: 0;
}

/* Story Section */
.abstory-section {
  /* padding: 4rem 5%; */
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: 60px; */
  /* align-items: center; */
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  /* color: white; */
}

.abstory-image {
  position: relative;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  width: 95%;
}

.abstory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.abstory-image:hover img {
  transform: scale(1.05);
}

.abstory-image::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  z-index: -1;
}

.abstory-content p {
  /* color: #ccc; */
  /* line-height: 1.8; */
  /* margin-bottom: 1.5rem; */
  /* font-size: 1.05rem; */
}

.signature {
  margin-top: 2rem;
  font-style: italic;
  color: var(--primary-color);
  font-size: 1.2rem;
}

/* Values Section */
.values-section {
  color: white;
  background: #0a0a0a;
  padding: 4rem 0;
  text-align: center;
}

.values-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.value-card {
  background: rgba(247, 189, 17, 0.05);
  padding: 40px 30px;
  border-radius: 8px;
  border: 1px solid rgba(247, 189, 17, 0.2);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
  background: rgba(247, 189, 17, 0.1);
}

.value-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.value-card h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.value-card p {
  color: #bbb;
  line-height: 1.7;
}

/* Chef Section */
.chef-section {
  padding: 4rem 0;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: 60px; */
  /* align-items: center; */
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  color: white;
  background: #0f0f0f;
}

.chef-content {
  order: 2;
}

.chef-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 500px;
  width: 95%;
}

.chef-img-large {
  grid-row: 1 / 3;
  border-radius: 8px;
  overflow: hidden;
}

.chef-img-small {
  border-radius: 8px;
  overflow: hidden;
}

.chef-img-large img,
.chef-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.chef-img-large:hover img,
.chef-img-small:hover img {
  transform: scale(1.1);
}

.chef-content p {
  /* color: #ccc; */
  /* line-height: 1.8; */
  /* margin-bottom: 1.5rem; */
  /* font-size: 1.05rem; */
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: #000;
  border-radius: 8px;
}

.stat-number {
  font-size: 2.5rem;
  color: var(--primary-color);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #999;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Contact Section */
.contact-section {
  padding: 4rem 0;
  color: white;
}

/* Contact Form */
.contact-form-wrapper {
  background: rgba(247, 189, 17, 0.05);
  border: 1px solid rgba(247, 189, 17, 0.2);
  border-radius: 12px;
  padding: 40px 30px;
}

.contact-form-wrapper br {
  display: none;
}

.contact-form-wrapper p {
  margin: 0;
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(247, 189, 17, 0.3);
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  line-height: normal;
}

.form-control:focus,
.form-select:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(247, 189, 17, 0.25);
}

.form-control::placeholder {
  color: #999;
}

.form-select option {
  background: #1a1a1a;
  color: #fff;
}

.form-label {
  color: #ddd;
  font-weight: 500;
  margin-bottom: 8px;
}

textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.btn-submit {
  background: var(--primary-color);
  color: #000;
  padding: 15px 50px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #ffcc33;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(247, 189, 17, 0.3);
}

/* Contact Info Cards */
.contact-card {
  background: rgba(247, 189, 17, 0.05);
  border: 1px solid rgba(247, 189, 17, 0.2);
  border-radius: 12px;
  padding: 20px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-color);
  background: rgba(247, 189, 17, 0.1);
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(247, 189, 17, 0.1);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.contact-card h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-card p {
  color: #ccc;
  margin: 3px 0 !important;
  line-height: 1.6;
}

.contact-card a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: var(--primary-color);
}

/* Map Section */
.map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(247, 189, 17, 0.3);
  height: 450px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  /* filter: grayscale(1) invert(0.9); */
}

/* Hours Section */
.hours-card {
  background: rgba(247, 189, 17, 0.05);
  border: 1px solid rgba(247, 189, 17, 0.2);
  border-radius: 12px;
  padding: 40px;
}

.hours-card h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: 600;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 189, 17, 0.1);
  color: #ccc;
}

.hours-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hours-card p {
  margin: 0;
}

.day {
  font-weight: 600;
  color: #fff;
}

.time {
  color: var(--primary-color);
}

/* Social Section */
.social-section {
  text-align: center;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(247, 189, 17, 0.2);
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.social-icon {
  width: 50px;
  height: 50px;
  background: rgba(247, 189, 17, 0.1);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--primary-color);
  color: #000;
  transform: translateY(-5px);
}

.function-work {
  color: white;
  width: 100%;
  background: #0000008a;
  padding: 25px;
}

.function-flex h4 {
  color: var(--primary-color);
}

.function-flex-2 {
  text-align: right;
}
.function-img-2 img {
  width: 67%;
  transform: rotate(90deg);
  position: relative;
  left: 15px;
}

.function-img-1 img {
  width: 74%;
  transform: scaleX(-1);
}

.function-img-1 {
  position: absolute;
  bottom: 0;
  left: 12%;
}

.function-sec .container {
  position: relative;
}

section {
  overflow-x: clip;
}

.venuMain {
  background-image: url(../imgs/bg-3.jpg);
  padding: 2rem;
}

.venu-img {
  height: 435px;
}

.venuMain .webtitle {
  margin: 0 0 0.8rem;
  font-size: 2rem;
}

.venuMain li span {
  color: var(--primary-color);
  display: block;
}

.venuMain li {
  margin: 0 0 0.7rem;
}

.opening-hrs-sec {
  color: white;
  position: relative;
}

.opne-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opne-img {
  position: absolute;
  left: 0;
  width: 46%;
  height: 355px;
}

.opening-hrs-sec .subtitle {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.opening-hrs-sec h5 {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}

.opening-hrs-sec li {
  margin: 0 0 0.7rem;
}

.category-card {
  width: 100%;
  position: relative;
  color: white;
  border: 1px solid #dddddd33;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  transition: 0.4s ease;
}

.categories-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  margin: 0 0 1rem;
}

.category-card h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.4rem;
}

.category-card:hover {
  border-color: #ebb410;
}

.venu-left img {
  width: 90%;
  height: 425px;
  object-fit: cover;
  margin: auto;
}

.venu-left {
  text-align: center;
}

.venu-right h3 {
  font-weight: 600;
}

.venu-right li {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.venu-right li i {
  color: var(--primary-color);
  font-size: 1.1rem;
}

div#venueModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: var(--primary-color);
  opacity: 1;
  line-height: 1;
  font-size: 1.3rem;
}

.contact-form-wrapper.venu-form.bg-black {
  border-radius: 0;
}

div#venueModal .modal-dialog {
  max-width: 600px;
}

.function-video iframe {
  width: 100%;
  height: 500px;
}

.order-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.5rem 0 0;
  gap: 20px;
}

.order-flex img {
  max-width: 200px;
  height: 150px;
  object-fit: contain;
}

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

.rotating {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: rotate360 20s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

/*.rotating:hover { animation-play-state: paused; }*/

img.ord-1 {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

img.ord-2 {
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
}

img.ord-3 {
  width: 80px;
  position: absolute;
  top: 80%;
  left: 0;
}

.order-flex img:hover {
  filter: brightness(0.5);
}

.cta-section {
  background: url("https://images.unsplash.com/photo-1600891964599-f61ba0e24092?q=80&w=1920")
    center/cover no-repeat;
  padding: 120px 0;
  position: relative;
  background-attachment: fixed;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 80%);
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  font-size: 3rem;
}

.cta-section h2 span {
  color: var(--primary-color);
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  font-size: 3rem;
}

/* 29.12.2025 */
a.function-packages-new-btn {
  background: white;
  color: #000;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.4s ease;
  text-decoration: none;
}

a.function-packages-new-btn:hover {
  background: #d9a40f;
}

.home-function-row {
  justify-content: center;
}

.contact-row {
  justify-content: center;
}

.mobile-image {
  display: none;
}

.header-top-btn {
  display: none !important;
}

.header-btns {
  align-items: center;
}

/* Responsive starts */

@media (min-width: 992px) and (max-width: 1399.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }

  html {
    font-size: 15px;
  }
}

@media (max-width: 1399.2px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }

  .banner-section {
    padding: 12rem 0 6rem;
  }

  .banner-subtitle {
    font-size: 1.125rem;
  }

  .banner-title,
  .cta-section h2,
  .webtitle span {
    font-size: 2.8125rem;
  }

  .banner-title span,
  .cta-section h2 span {
    font-size: inherit;
  }

  .subtitle,
  .hero-content p {
    font-size: 0.9375rem;
  }

  .bg-1-sec {
    padding: 5rem 0;
  }

  .cta-section {
    padding: 100px 0;
  }
}

@media (max-width: 1281px) {
  .banner-title,
  .cta-section h2,
  .webtitle span {
    font-size: 2.625rem;
  }

  .cta-section {
    padding: 80px 0;
  }
}

@media (max-width: 1255.2px) {
  .banner-title,
  .cta-section h2,
  .webtitle span {
    font-size: 2.5rem;
  }

  .py-5 {
    padding: 2.5rem 0 !important;
  }

  .ser-img.img-hover {
    height: 300px;
  }

  .bg-1-sec {
    padding: 2.5rem 0;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-section p {
    font-size: 18px !important;
  }

  .value-card {
    padding: 30px 30px;
  }

  .value-card h3 {
    font-size: 1.375rem;
  }

  .signature {
    margin: 15px 0 0 0;
  }

  .card-title {
    font-size: 25px !important;
  }

  .explore-btn {
    padding: 8px 25px !important;
    font-size: 14px !important;
  }

  .rows {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .hours-card {
    padding: 30px 30px;
  }

  img.ord-1 {
    top: -40px;
  }
}

@media (max-width: 1201px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle {
    font-size: 2.375rem;
  }

  .webtitle span {
    font-size: inherit;
  }

  .story-img {
    height: 400px;
  }

  .ser-img.img-hover {
    height: 280px;
  }

  .opening-hrs-sec h5 {
    font-size: 1.125rem;
  }

  .navbar-nav .nav-link {
    margin: 0;
  }

  .banner-section {
    background-position: right center;
  }

  .banner-sec p {
    font-size: 16px;
  }

  .cta-section p {
    font-size: 16px;
  }

  .subtitle,
  .hero-content p {
    font-size: 0.875rem;
  }

  .footer-section {
    padding: 2rem 0 1rem;
  }
}

@media (max-width: 1151px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle {
    font-size: 2.1875rem;
  }

  .navbar-nav .nav-link {
    font-size: 15px;
  }

  .btn-order,
  .btn-book,
  .btn-explore,
  a.function-packages-new-btn,
  .btn-submit {
    font-size: 14px;
  }
}

@media (max-width: 991.2px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle {
    font-size: 2rem;
  }

  .header-btns {
    margin-left: auto;
  }

  .navbar-toggler {
    margin-left: 20px;
  }

  .banner-section {
    padding: 5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
  }

  .banner-sec p {
    font-size: 15px;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .img-hover.ab-img {
    width: 100%;
    margin: 20px auto;
    aspect-ratio: 3 / 3;
    height: auto;
  }

  .ser-img.img-hover {
    height: auto;
    aspect-ratio: 3 / 3;
  }

  .img-hover.venu-img {
    width: 100%;
    margin: 20px auto;
    aspect-ratio: 3 / 3;
    height: auto;
  }

  .img-hover:before {
    width: 95%;
    height: 95%;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #000;
    padding: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
  }

  .navbar-collapse ul {
    margin-bottom: 0 !important;
  }

  .opne-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .opne-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .footer-section .row {
    row-gap: 20px;
  }

  .footer-image-box {
    order: 1;
    padding: 0 !important;
    text-align: left !important;
  }

  .social-icons {
    margin: 20px 0 0 0;
    justify-content: flex-start !important;
    gap: 10px;
  }

  .footer-link-box {
    order: 2;
  }

  .footer-contact-box {
    order: 3;
  }

  .copyright-box {
    margin: 20px 0 0 0 !important;
    padding-top: 10px !important;
  }

  .bg-1-sec {
    background-position: left center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
  }

  .cta-section {
    padding: 40px 0;
  }

  .cta-section p {
    font-size: 14px !important;
  }

  .abstory-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    margin: 20px 0;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }

  .value-card {
    padding: 30px 20px;
  }

  .value-icon {
    font-size: 40px;
    margin-bottom: 0.9375rem;
  }

  .value-card h3 {
    margin-bottom: 0.625rem;
  }

  .value-card p {
    margin: 0;
  }

  .chef-images.mobile-image {
    display: grid;
    margin: 20px 0;
  }

  .hero-section {
    padding: 5rem 0 3rem;
  }

  .card-title {
    font-size: 24px !important;
  }

  .explore-btn {
    padding: 5px 15px !important;
    font-size: 13px !important;
  }

  .rows {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .card-image {
    height: auto !important;
    aspect-ratio: 3 / 2;
  }

  .card-content {
    padding: 20px 20px !important;
  }

  .card-title {
    margin-bottom: 10px !important;
  }

  .venu-left img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .function-overview-img {
    margin: 20px 0;
    height: auto;
    aspect-ratio: 3 / 3;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin: 0 auto 15px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 10px 10px;
  }

  .hours-list li {
    font-size: 15px;
  }

  .hours-card h4 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .map-wrapper {
    height: 400px;
  }

  .hours-card {
    padding: 30px 20px;
  }

  .order-flex {
    margin: 30px 0 0 0;
  }

  .order-flex img {
    max-width: 180px;
    height: 130px;
  }

  .categories-img {
    height: auto;
    aspect-ratio: 3 / 3;
  }
}

@media (max-width: 968px) {
  .story-section,
  .chef-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767.2px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle,
  .venuMain .webtitle {
    font-size: 1.875rem;
  }

  .banner-section {
    padding: 3rem 0;
  }

  .banner-title {
    line-height: 1;
  }

  .home-function-row {
    row-gap: 30px;
  }

  .copyright-box p,
  .footer-link {
    font-size: 14px;
  }

  .contact-info li {
    font-size: 14px;
  }

  .footer-link-box a,
  .footer-image-box p {
    font-size: 14px;
  }

  .hero-section {
    padding: 4rem 0 3rem;
  }

  .hero-content {
    max-width: 90%;
    margin: 0 auto;
  }

  .card-title {
    font-size: 22px !important;
  }

  .venu-left img {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-wrapper {
    height: 350px;
  }

  .order-flex img {
    max-width: 150px;
    height: 100px;
  }
}

@media (max-width: 601px) {
  .chef-images {
    height: auto;
    aspect-ratio: 3 / 3;
  }
}

@media (max-width: 575.2px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle,
  .venuMain .webtitle {
    font-size: 1.75rem;
  }

  .banner-section {
    padding: 2.5rem 0;
  }

  .btn-order,
  .btn-book,
  .btn-explore,
  a.function-packages-new-btn,
  .btn-submit {
    font-size: 12px;
    padding: 5px 15px;
  }

  .about-flex {
    flex-wrap: wrap;
  }

  .about-iconbox {
    flex-basis: 100%;
  }

  .nav-tabs .nav-link {
    margin: 0;
    font-size: 13px;
    padding: 5px 10px;
  }

  .values-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-section {
    padding: 3rem 0;
  }

  .rows {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .form-label {
    font-size: 14px;
  }

  .hours-list li {
    font-size: 13px;
  }

  .map-wrapper {
    height: 300px;
  }

  .order-flex img {
    max-width: 120px;
    height: 80px;
  }
}

@media (max-width: 501px) {
  .banner-title,
  .cta-section h2,
  .webtitle,
  .stat-number,
  .hero-content .webtitle,
  .venuMain .webtitle {
    font-size: 1.5625rem;
  }

  .hero-section {
    padding: 1rem 0;
  }

  .map-wrapper {
    height: 250px;
  }
}

@media (max-width: 481px) {
  .header-btns {
    display: none !important;
  }

  .header-top-btn {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0 0 0;
  }

  .copyright-box {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .footer-copyright-link {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .banner-section {
    padding: 2rem 0;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hours-list li {
    font-size: 12px;
  }

  .hours-card p {
    font-size: 15px;
  }
}

@media (max-width: 376px) {
  .map-wrapper {
    height: 220px;
  }
}

@media (max-width: 351px) {
  .stats {
    grid-template-columns: repeat(1, 1fr);
  }

  .chef-images {
    aspect-ratio: 3 / 2;
  }

  .hours-list li {
    font-size: 11px;
    letter-spacing: -0.4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating {
    animation: none;
    transform: none;
  }
}

/* Responsive ends */


/* 22.01.2026 */
section.new-coming-soon-sec.py-5 {
    background: #141313;
}

section.new-coming-soon-sec.py-5 h2 {
    text-align: center;
    font-size: 44px;
    color: #f7bd11;
}


