* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lora", serif;

}

:root {
  --color-primary-dark: #4b5563;
  --color-accent: #10b981;
  --color-button-bg: #705020;
  --color-background: #f9fafb;
  --color-white: #ffffff;
  --color-gray-border: #f3f4f6;
  --shadow-card: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --color-brown-bg: #4b1b05;
  /* Rich, dark brown */
  --color-text-light: #f3f3f3;
  /* Off-white for high contrast */
  --color-border-light: rgba(255, 255, 255, 0.3);
}

h1,
h2,
h3 {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
}

p {
  text-align: justify;
  color: grey;
  font-size: 15px;
}

a {
  color: white !important;
}

a:hover {
  color: none;
}


li,
a,
button {
  font-weight: 600;
  font-size: 16px;
  color: #1a0901 !important;
  text-decoration: none;
  letter-spacing: 1px;
}

.items:hover {
  background: #d4a76e94;
  padding: 5px;
}

.items.active {
  background: #d4a76e94;
  /* or any color you prefer for active */
  padding: 5px;
}

.headers {
  position: relative;
  bottom: -30px;
  background: antiquewhite;
  padding-bottom: 10px;
}

nav i {
  font-size: 2em;
  position: absolute;
  top: 25px;
  right: 20px;
  color: #000000;
}

.sticky_p {
  background-color: #dbd1cc;
  color: black;
  position: fixed;
  z-index: 1;
}

.sticky_p p {
  font-size: 14px;
}

.navlinks li {
  display: inline-block;
  align-items: center;
}

/* .navlinks li a:hover{
    color: rgb(187, 134, 90);
} */
.button {
  background-clip: padding-box;
  background-color: #4b1b05;
  border: 1px solid #4b1b05;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  color: #ffffff;
  text-decoration: none;
  transition: all 250ms;
}

.button a:hover,
.button:focus {
  color: #ffffff !important;
}

.button:hover {
  transform: translateY(-1px);
  color: #ffffff !important;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  z-index: 999;
  background-color: white;
  display: none;
  justify-content: flex-start;
  list-style: none;
  flex-direction: column;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  padding-top: 20px;
}

.sidebar li {
  width: 100%;
  margin: 15px 25px;

}

.sidebar img {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 120px;
}

#header {
  /* background: antiquewhite; */
  background-image: url(assets/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.home-content p {
  font-size: 20px;
}

.home-content h1 {
  font-size: 54px;
  color: #4b1b05;
  line-height: 1;
}

.home-content {
  position: relative;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 30px 20px;
  background: #ffffffde;
  border-radius: 10px;
  max-width: 80%;
  margin-top: 80px;
}

.reserve {
  background-clip: padding-box;
  background-color: #4b1b05;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  text-decoration: none;
  transition: all 250ms;
}

.reserve a {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff !important;
}

.reserve1 {
  background-clip: padding-box;
  background-color: #bd7e48;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 250ms;
}

.reserve1 a {
  color: #ffffff !important;
}

.bg-border {
  background-image: url(assets/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 628px;
  border-top-right-radius: 628px;
  height: 80vh;
  border-left: 8px solid #dbd1cc;
  border-right: 8px solid #dbd1cc;
  border-top: 8px solid #dbd1cc;
  box-shadow: 0px 0px 6px 2px #c3c3c3;
}

.back-img {
  position: relative;
  left: 440px;
  animation: moveUpDown 3s linear infinite alternate;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
    /* Start position */
  }

  50% {
    transform: translateY(-20px);
    /* Mid position, move up */
  }

  100% {
    transform: translateY(0);
    /* End position, back to start */
  }
}

/* section3 */
.corner_box {
  position: relative;
  right: 100px;
  padding: 36px;
  bottom: -25px;
}

.sectionimg3 {
  background-image: url(assets/section2img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 200px; */
}

.left_border {
  border-left: 6px solid #4b1b05;
}

.bg-lightbrown {
  background-color: rgb(75, 27, 5);
  color: white;
}

.bg-light {
  background-color: white !important;
}

.side-content {
  margin-top: 50px;
}

.section3img1 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.card-title {
  margin-bottom: 4.5rem !important;
}

.section3img3 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.card1 {
  position: relative;
  max-width: 308px;
  height: 215px;
  background-color: #fff;
  padding: 14px 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px #bd7e488a;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  margin: auto;
}

.card1:hover {
  height: 374px;
}

.card1 .image {
  position: relative;
  width: 260px;
  height: 260px;
  top: -40%;
  left: 8px;
}

.card1 .image img {
  max-width: 100%;
  border-radius: 15px;
}

.card1 .content {
  position: relative;
  top: -140px;
  padding: 10px 15px;
  color: #111;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card1:hover .content {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

/* section4 */
.section4 {
  /* background-color: #f1d4ae; */
  background-image: url(assets/giftcard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 0px;
}

.dark {
  background: #110f16;
}

.light {
  background: #f3f5f7;
}

a,
a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.postcard.dark {
  background-color: #4b1b05;
}

.postcard.light {
  background-color: #e1e5ea;
}

.postcard .t-dark {
  color: #4b1b05;
}

.postcard a {
  color: inherit;
}

.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.75rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }

  /* .postcard .postcard__title {
      font-size: 2rem;
    } */
  .postcard .postcard__tagbox {
    justify-content: start;
  }

  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }

  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }

  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #4b1b05;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }

  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }

  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }

  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}

@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #4b1b05;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #bd7e48;
  color: black;
}

.green .postcard__title:hover {
  color: #bd7e48;
}

.green .postcard__bar {
  background-color: #bd7e48;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #bd7e48;
}

.blue .postcard__title:hover {
  color: #bd7e48;
}

.blue .postcard__bar {
  background-color: #bd7e48;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd7e48;
}

.red .postcard__title:hover {
  color: #bd7e48;
}

.red .postcard__bar {
  background-color: #bd7e48;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

/* section6 */
.corner_box1 {
  position: relative;
  right: 100px;
  padding: 36px;
  bottom: 0px;
}

.sectionimg6 {
  background-image: url(assets/homeimg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

/* contact */
.contactbg {
  background: #f1d4ae;
}

#cf-submit {
  display: flex;
  justify-content: center;
}

.col1_contact {
  padding: 13px 29px 0px 108px;
}

.col2_contact {
  padding: 12px 40px 40px 40px;
}

.border-left {
  border-left: 1px solid #4b1b05 !important;
}

.fa-brands:hover {
  color: #4b1b05;
  cursor: pointer;
}

/* menu */
.menubg {
  background-image: url(assets/menubg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.menubg1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.685)), url(assets/group-dinners.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 90vh;
}


.catering {
  background-image: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.685)), url(assets/group-dinners.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
}

/* .events {
  background-image: linear-gradient(rgba(0, 0, 0, 0.575), rgba(0, 0, 0, 0.685)), url(assets/event.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
} */

.events img {
  width: 60%;
}

.event-col {
  display: flex;
  justify-content: center;
  position: relative;
  top: 60px;
  margin: 0px 0px 125px 0px;
}

.menu_title {
  margin-top: 82px !important;
  font-size: 62px;
}

.menu_title1 {
  margin-top: 130px !important;
  font-size: 62px;
}

.menu h3 {
  color: #db7933 !important;
}

.menu h2 {
  color: #4b1b05 !important;
}

.image-container {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px;
}

.shape1 {
  position: absolute;
  /* left: -57px; */
  top: 0px;
  height: 100%;
  width: 18px;
  background-image: url(assets/shape1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.shape2 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 20px;
  background-image: url(assets/shape2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

hr {
  height: 1px;
  color: #bd6a11f0;
}

/* blogs */
.btn-custom {
  margin-top: 20px;
  padding: 10px 20px;
}

.blog-post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.blog-post h2 a {
  color: #007bff;
  text-decoration: none;
}

.blog-post h2 a:hover {
  text-decoration: underline;
}

.card-title {
  margin-bottom: 15px !important;
}

/* special dinners */
.special-title {
  position: relative;
  top: 90px;
}

/* catering */
.catering-col p {
  color: black;
  font-size: 20px;
}


.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px !important;
}


/* Section layout */
.features {
  /* max-width: 1200px; */
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
}

/* Individual cards */
.feature-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 0 20px 25px;
  text-align: center;
  transition: 0.3s ease;
}

/* Hover animation */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.1);
}

/* Images */
.feature-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  padding-top: 20px;
}

/* Headings */
.feature-card h3 {
  font-size: 1.25rem;
  margin: 18px 0 10px;
  font-weight: 600;
  color: #4a2c1d;
  letter-spacing: 0.5px;
}

/* Paragraphs */
.feature-card p {
  color: #5a5a5a;
  line-height: 1.55;
  font-size: 0.95rem;
}

/* Button */
.feature-card .btn {
  display: inline-block;
  background: #4b1b05;
  color: #fff;
  padding: 10px 26px;
  border-radius: 6px;
  margin-top: 18px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.feature-card .btn:hover {
  background: #5f3b24;
}

/* --- Menu Grid Container --- */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* Default: 1 column on mobile */
  gap: 2rem;
}

/* Tablet (md:grid-cols-2) */
@media (min-width: 768px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop (lg:grid-cols-3) */
@media (min-width: 1024px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- Menu Item Card --- */
.menu-item-card {
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.menu-item-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

/* Image and Overlay Container */
.image-overlay-container {
  position: relative;
  height: 15rem;
  /* Fixed height for consistent card appearance */
  overflow: hidden;
}

.menu-item-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.menu-item-card:hover img {
  transform: scale(1.1);
  /* Subtle zoom effect on hover */
}

/* Gradient Overlay for Text Readability */
.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Dark gradient from bottom to top */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.562) 50%, rgba(0, 0, 0, 0.425) 100%);
}

/* Text Overlay */
.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  color: var(--color-text-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.item-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.item-description {
  font-size: 0.875rem;
  color: #d1d5db;
  /* Light grey text for descriptions */
  margin-top: 0.25rem;
}

.item-price {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-left: 1rem;
  transition: color 0.3s ease;
  color: white;
}

.menu-item-card:hover .item-price {
  color: var(--color-hover-price);
}

.text-24 {
  font-size: 24px !important;
}


/* groupcard Container - Grid Layout */
.groupcards-container {
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  /* Default: Single column for mobile */
}

/* groupcard Styling */
.groupcard {
  background-color: #ffffff;
  border-radius: 0.75rem;
  /* rounded-xl */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* shadow-xl */
  transition: box-shadow 300ms ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.groupcard:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* hover:shadow-2xl */
}

/* Image Styling */
.groupcard-image {
  height: 16rem;
  /* h-56 */
}

.groupcard-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Styling */
.groupcard-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.groupcard-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.groupcard-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-medium);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fef3c7;
  /* border-amber-100 */
}

/* Custom List Styling */
.groupcard-list {
  list-style: none;
  padding-left: 0;
  /* margin: 0.5rem 0; */
  color: var(--text-medium);
  font-size: 1rem;
}

.groupcard-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 12px;
}

.groupcard-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

/* Footer and Price */
.groupcard-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f4f6;
  /* border-gray-100 */
}

.price {
  font-size: 2.25rem;
  /* text-4xl */
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

/* Restrictions */
.restrictions {
  margin-top: 1rem;
  /* text-sm */
  color: var(--text-light);
}

.restrictions p {
  font-size: 14px !important;
}

.restrictions p:first-child {
  font-weight: 500;
  color: #ef4444;
  /* text-red-500 */
  margin-bottom: 0.25rem;
}

/* Responsive Breakpoints */
/* Tablet (md: breakpoint equivalent - 768px) */
@media (min-width: 768px) {
  .groupcards-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
  }
}

/* Desktop (lg: breakpoint equivalent - 1024px) */
@media (min-width: 1024px) {
  .groupcards-container {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
  }
}

/* Swiper container */
.swiper {
  width: 100%;
  padding: 20px 0;
  z-index: 0 !important;
}

.myswiper {
  z-index: 0 !important;
}

.swiper-wrapper {
  z-index: 0 !important;
}

/* Slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Images */
.swiper-slide img {
  width: 100%;
  height: 462px;
  object-fit: cover;
  /* Crop without distortion */
  border-radius: 10px;
  cursor: pointer;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #b88a36;
}

/* Arrow size */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}

/* Responsive arrow resizing */
@media (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.8);
  }
}

@media (max-width: 480px) {

  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.6);
  }
}

.banquet-img {
  border-radius: 10px;
}

/* Lightbox background */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}

/* Image inside popup */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  object-fit: contain;
}

/* Close button */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  z-index: 100000;
}

/* Mobile friendly */
@media (max-width: 600px) {
  .lightbox .close {
    font-size: 35px;
    right: 20px;
  }
}



/* Responsive Grid Layout for cardyts */
.cardyt-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* Single column by default (mobile) */
  gap: 2rem;
}

/* Media query for desktop/larger screens (lg breakpoint) */
@media (min-width: 1024px) {
  .cardyt-grid {
    grid-template-columns: 1fr 1fr;
    /* Two columns side-by-side */
  }
}

/* Individual cardyt Styling */
.cardyt {
  background-color: var(--color-white);
  border-radius: 0.75rem;
  /* rounded-xl */
  box-shadow: var(--shadow-cardyt);
  overflow: hidden;
  border: 1px solid var(--color-gray-border);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.cardyt:hover {
  box-shadow: var(--shadow-hover);
  transform: scale(1.01);
}

/* Responsive Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Ratio */
  overflow: hidden;
  border-radius: 10px;
}

/* Make iframe fill the wrapper */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Text Content Area */
.cardyt-content {
  padding: 1.5rem;
  text-align: center;
}

.cardyt-title {
  font-size: 1.5rem;
  /* 2xl */
  font-weight: 700;
  /* bold */
  color: #374151;
  /* A slightly darker gray for emphasis */
  letter-spacing: 0.05em;
  /* tracking-wide */
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.cardyt-subtitle {
  color: #6b7280;
  font-style: italic;
  font-size: 1.125rem;
  /* lg */
  margin-bottom: 1rem;
}

/* Link Styling (cardyt 1) */
.cardyt-link {
  display: inline-block;
  font-size: 0.875rem;
  /* sm */
  font-weight: 600;
  /* semi-bold */
  color: var(--color-accent);
  transition: color 0.15s ease;
  text-decoration: none;
}

.cardyt-link:hover {
  color: #047857;
  /* Darker green */
}

/* Button Styling (cardyt 2) */
.cta-button {
  padding: 0.75rem 2rem;
  background-color: var(--color-button-bg);
  color: var(--color-white);
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #a37b38;
  /* Slightly lighter gold/brown */
}

/* about content */

/* Info Bar Container - The main component */
.info-bar {
  width: 100%;
  /* height: 50vh; */
  /* Specified height */
  background-color: var(--color-brown-bg);
  color: var(--color-text-light);
  display: grid;
  /* Default: Single column stacking on very small screens */
  grid-template-columns: 1fr;
  overflow: auto;
  /* Allows scrolling if content exceeds 50vh on small screens */
}

/* Styling for each column/section */
.info-column {
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* Center content vertically within the column */
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}

.info-column:hover {
  background-color: rgba(255, 255, 255, 0.1);
  /* Subtle hover effect */
}

/* Border Application (Desktop/Large Screen) */
.border-desktop {
  border-right: 1px solid var(--color-border-light);
}

/* Typography */
.title-about {
  font-size: 1.25rem;
  /* Large font size for title-abouts */
  font-weight: 700;
  /* Bold */
  margin-bottom: 0.5rem;
  color: var(--color-white);
}

.subtitle-about {
  font-size: 1rem;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 1rem;
}

.detail-about,
.service-detail-about {
  font-size: 0.95rem;
  /* line-height: 1.4; */
}


.service-detail-about {
  font-size: 1.1rem;
  font-weight: 400;
}

/* Link Styling */
/* a {
  color: var(--color-text-light);
  text-decoration: underline;
  transition: color 0.2s ease;
} */

a:hover {
  color: #ffb86c;
  /* Lighter gold/brown on hover */
}

/* Responsiveness: Tablet/Medium screens (Two columns) */
@media (min-width: 640px) and (max-width: 1023px) {
  .info-bar {
    grid-template-columns: 1fr 1fr;
  }

  /* Add border-right to the first and third columns in the 2-column layout */
  .info-column:nth-child(odd) {
    border-right: 1px solid var(--color-border-light);
  }

  .info-column:nth-child(3) {
    /* Remove bottom border from the first row */
    border-bottom: none;
  }
}

/* Responsiveness: Desktop/Large screens (Four columns) */
@media (min-width: 1024px) {
  .info-bar {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Ensure the bottom border is removed for the 4-column view */
  .info-column {
    border-bottom: none !important;
  }
}

/* Add a bottom border for all columns on mobile/stacked view */
.info-column:not(:last-child) {
  border-bottom: 1px solid var(--color-border-light);
}

.card-img-top {
  height: 270px;
  object-fit: cover;
}

.coupon-p p {
  font-size: 21px;
}

/* .BH-contact{
  background-color: #fff;
} */

/* MAIN CONTAINER */
.contact-container {
  padding: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.contact-wrapper {
  display: flex;
  max-width: 1300px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  gap: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* -------------- LEFT COLUMN -------------- */
.left-info {
  width: 30%;
  background: #fff7ec;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-list {
  padding-left: 0px;
}

.left-info .info-list li {
  padding: 8px 0;
  font-size: 15px;
  color: #333;
  display: flex;
  gap: 10px;
}

.social-icons {
  display: flex;
  gap: 20px;
  font-size: 26px;
}

.f-24 {
  font-size: 24px;
}

/* -------------- MIDDLE FORM -------------- */
.middle-form {
  width: 40%;
}

/* Floating Input Group */
.floating-group {
  position: relative;
  margin-bottom: 16px;
}

.floating-group input,
.floating-group textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #8b898db2;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
}

.floating-group input:focus,
.floating-group textarea:focus {
  border-color: #8a8585b0;
}

.floating-group label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  transition: 0.25s ease;
  font-size: 16px;
  color: #757575;
}

.floating-group input:focus+label,
.floating-group input:not(:placeholder-shown)+label,
.floating-group textarea:focus+label,
.floating-group textarea:not(:placeholder-shown)+label {
  top: 3px;
  font-size: 13px;
  color: #000;
}

textarea {
  resize: none;
}

.captcha-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* -------------- RIGHT COLUMN -------------- */
.right-hours {
  width: 30%;
  background: #fff7ec;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.right-hours h1 {
  font-size: 26px;
  font-weight: 700;
}

.right-hours h5,
.right-hours h6 {
  font-weight: 600;
}

.border-left {
  border-left: 1px solid #ccc;
}

/* ---------- RESPONSIVE ----------- */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
    padding: 10px;
  }

  .left-info,
  .middle-form,
  .right-hours {
    width: 100%;
  }
}

/* orderpage */
.delivery-section {
  /* padding: 60px 20px; */
  height: 60vh;
  text-align: center;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #4b1b05;
  margin-bottom: 40px;
}

.delivery-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.delivery-box {
  background: linear-gradient(145deg, #ffffff, #ffffff);
  padding: 30px;
  width: 280px;
  height: 150px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(92, 14, 14, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.delivery-box:hover {
  box-shadow: 0 0 25px rgb(59 10 10 / 28%);
  transform: translateY(-5px);
}

.delivery-box img {
  max-width: 150px;
  height: auto;
}

/* Responsive */
@media(max-width: 768px) {
  .delivery-box {
    width: 90%;
  }
}

/* --- Event Card Container & Fixed Position --- */
.event-card-container {
  position: fixed;
  bottom: 95px;
  right: 0px;
  z-index: 1000;
  max-width: 300px;
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  /* Gold/Orange shadow to match Bollywood theme */
  100% {
    transform: scale(1);
  }
}
/* --- Image Section --- */
/* .event-image-box {
  position: relative;
  height: 150px;
  overflow: hidden;
} */

.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .event-card-container {
    max-width: 90%;
    bottom: 66px;
    right: 0%;
  }

  .event-card {
    display: flex;
    align-items: center;
  }

  /* .event-image-box {
    width: 100%;
    height: 100px;
  } */
}

.bar-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.text-14 {
  font-size: 14px;
}

/* scroll to top */
#Backtobutton {
  display: inline-block;
  background-color: rgb(181 155 129) !important;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  border: none;
  position: fixed;
  bottom: 4px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#Backtobutton::after {
  content: "^";
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#Backtobutton:hover {
  cursor: pointer;
  background-color: #333;
}

#Backtobutton:active {
  background-color: #555;
}

#Backtobutton.show {
  opacity: 1;
  visibility: visible;
}


/* --- GALLERY GRID --- */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

/* --- p_lightbox OVERLAY --- */
.p_lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 25px;
}

.p_lightbox-inner {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}

.p_lightbox-content {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  animation: fadeIn 0.3s ease-out;
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --- CLOSE BUTTON --- */
.close-btn-p {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 45px;
  color: white;
  cursor: pointer;
  z-index: 10001;
  transition: 0.3s;
}

.close-btn-p:hover {
  color: #ccc;
}

/* --- NEXT/PREV BUTTONS ON IMAGE --- */
.nav-btn-p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(97, 84, 84, 0.6);
  border: none;
  color: white;
  font-size: 32px;
  padding: 4px 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 10002;
}

.prev-btn-p {
  left: -60px;
}

.next-btn-p {
  right: -60px;
}

.nav-btn-p:hover {
  background: rgba(0, 0, 0, 0.85);
}

/* --- MOBILE FRIENDLY BUTTON POSITION --- */
@media (max-width: 768px) {
  .gallery-img {
    height: 200px;
  }

  .prev-btn-p {
    left: 10px;
  }

  .next-btn-p {
    right: 10px;
  }

  .nav-btn-p {
    font-size: 26px;
    padding: 6px 14px;
  }

  .close-btn-p {
    font-size: 35px;
    right: 20px;
  }
  .contact-card-container{
    display: none;
  }
}
.lh-1{
  line-height: 1;
}
.contact-card-container {
  position: fixed;
  bottom: 52px;
  right: 30px;
  z-index: 1000;
  width: 50px;
  animation: pulse 1s ease-in-out infinite;
  background: white;
    border-radius: 10px;
}

.contact-card-container img{
  width: 100%;
  padding: 5px;
}















@media (min-width: 830px) {
  .navlinks i {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  /* .headers {
    position: relative;
    bottom: -60px !important;
  } */

  .home-content {
    max-width: 100%;
    margin-top: 44px !important;
  }

  .delivery-section {
    padding: 60px 20px;
    height: 100vh;
    text-align: center;
  }

  .events img {
    width: 50%;
  }
/* 
  .event-col {

    top: 120px;
  } */
}

@media (max-width: 768px) {
  .navlinks .items {
    display: none;
  }

  .lg-btn {
    display: none;
  }

  .menu_title1 {
    margin-top: 100px !important;
    font-size: 34px;
  }

  .menu_title {
    margin-top: 10px !important;
    font-size: 34px;
  }

  .headers {
    position: relative;
    bottom: 0px;
  }

  .home-content {
    max-width: 100%;
    margin-top: 330px;
  }

  .home-content h1 {
    font-size: 38px;
  }

  .corner_box {
    right: 0px;
    bottom: 0px;
    padding: 11px;
  }

  .side-content {
    bottom: 0px;
  }

  .orderbtn {
    display: none;
  }

  .back-img {
    display: none;
  }

  .card:hover {
    height: 382px;
  }

  .corner_box1 {
    right: 0px;
  }

  .col1_contact {
    padding: 5px;
  }

  .col2_contact {
    padding: 5px;
  }

  .menu .text-center {
    color: #4b1b05 !important;
    padding: 20px 0px;
  }

  .image-container {
    padding: 10px;
    margin: 20px;
    position: relative;
    /* top: 62px; */
  }

  .card1:hover {
    height: 315px;
  }

  .card-title {
    margin-bottom: 4.5rem !important;
  }

  .sectionimg6 {
    height: 158px;
  }

  .card-title {
    margin-bottom: 15px !important;
  }

  .posts {
    margin-top: 18px;
  }

  .sticky_p {
    position: relative;
  }

  li a:focus,
  li a:focus-visible {
    color: #8f4c2d !important;
    background-color: #fff3eb;
    /* light highlight color */
    padding: 6px 10px;
    /* small clean padding */
    border-radius: 6px;
    /* optional – looks modern */
    outline: none;
    /* removes blue outline */
    transition: 0.25s ease;
    /* smooth animation */
  }
  .order-by-pan-title h1{
      font-size: 28px !important;
      margin-top: 110px !important;
    }
    .order-by-pan-title button a{
      font-size: 22px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* .headers {
    position: relative;
    bottom: -74px;
  } */

  .navlinks li {
    margin: 10px;
  }

  .sectionimg6 {
    height: 198px !important;
  }

  .corner_box1 {
    position: relative;
    right: 69px;
  }

  .corner_box {
    position: relative;
    right: 56px;
  }

  /* .event-col {
    top: 155px;
  } */
}

@media (max-width: 767px) {
  .sectionimg6 {
    height: 274px !important;
  }

  .delivery-section {
    padding: 60px 20px;
    height: 80vh;
    text-align: center;
  }

  .menubg {
    background-image: none;
    height: auto;
  }

  .menu_title1 {
    margin-top: 140px !important;
    font-size: 34px;
  }

  .events img {
    width: 90%;
  }

  /* .event-col {
    top: 200px;
  } */

  .home-content {
    margin-top: 140px !important;
  }

  .mt-200 {
    margin-top: 200px !important;
  }

  .bar-img {
    height: 260px;
    margin-bottom: 30px;
  }
}

@media (min-width: 340px) and (max-width: 490px) {
  .special-title {
    position: relative;
    top: 160px;
  }

  .delivery-section {
    padding: 60px 20px;
    height: 100vh;
    text-align: center;
  }

  .home-content {
    margin-top: 58px;
  }

  .home-content h1 {
    font-size: 24px;
  }

  .right-hours {
    padding: 12px;
  }
}