html, body {
    background-color: #e7e2d7;
    background-image:
        radial-gradient(rgba(0,0,0,0.025) 1px, transparent 1px),
        radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 4px 4px, 6px 6px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.cs-nav {
  background: rgba(239, 228, 207, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  min-height: 100px; /* instead of height */
  border-bottom: 1px solid rgba(191, 163, 106, 0.45);
  box-shadow:
    0 8px 30px rgba(62, 47, 28, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);

  position: sticky;
  top: 0;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(239, 228, 207, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    padding: 1.5rem;
    border-top: 1px solid rgba(191, 163, 106, 0.35);
  }

  .cs-tab-contact{
    margin-top: 10px;
    margin-left: -5px;
  }
}


/* Tabs */
.cs-tab {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3e2f1c !important;
  position: relative;
  transition: color 0.3s ease;
}

.cs-tab-contact {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #7e1b34;
  color: #ffffff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  width: 150px;
  text-align: center;
}

.cs-tab-contact:hover {
  background-color: transparent;
      color: #1a1a1a;
      border: 2px solid #1a1a1a;
}

/* Gold underline animation */
.cs-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #bfa36a;
  transition: width 0.35s ease;
}

.cs-tab:hover {
  color: #bfa36a !important;
}

.cs-tab:hover::after {
  width: 100%;
}

/* Active link */
.nav-link.active {
  color: #bfa36a !important;
}

/* Logo glow */
.navbar-brand img {
  filter: drop-shadow(0 2px 4px rgba(191, 163, 106, 0.6));
}

/* Mobile toggler */
.navbar-toggler {
  border-color: rgba(191, 163, 106, 0.7);
}

.navbar-toggler-icon {
  filter: brightness(0.35);
}


.cs-carousel {
    height: 100vh;
    object-fit: cover;
}

.cs-grid-img1 {
    border-radius: 400px;
    max-width: 300px;
    margin-bottom: 70px;
}

.cs-grid-img2 {
    border-radius: 20px;
}

.cs-grid1 {
    margin-top: 120px;
    margin-left: 40px;
    font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 768px) {
  .cs-grid1 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cs-grid-img1{
    margin-left: 10px;
  }

}


.cs-cooking-img {
    max-width: 300px;
    height: 375px;
    border-radius: 20px;
}

.cs-grid2 {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 120px;
    font-family: 'Cormorant Garamond', serif;

}

.cs-awards {
    background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url("/images/bg.webp") center / cover no-repeat;

  min-height: 80vh;
  margin-bottom: 50px;
  
}


.cs-awards-header {
    color: #f5d99e;
    padding-bottom: 20px;
    padding-top: 50px;
}

.cs-dish-img {
  height: 250px;
  width: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.dishes-title {
  color: rgb(120, 108, 94);
  margin-bottom: 50px;
}

.signature-img {
  width: 329px;
  height: 329px;
  padding: 0;
  object-fit: contain;
  /* border-radius: 50px; */
  
}

.img-container {
  padding-left: 0;
  padding-right: 0;
}

.historical-img {
  height: 500px;
  width: 770px;
  object-fit:cover;
  object-position: 50% 80%;
}

.history-container {
  margin-top: 100px;
  margin-bottom: 120px;
}

.cs-records {
    background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url("/images/records.webp") center / cover no-repeat;

  min-height: 80vh;
  margin-bottom: 150px;
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.records {
  margin-right: 100px;
  margin-left: 100px;
  width: 320px;
}

.record-title {
  font-size: 50px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 0px;
  
}

.record-subtitle {
  font-size: 20px;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 0px;
  width: 300px;
}

.record-number {
  font-size: 35px;
  font-family: 'Playfair Display', serif ;
  margin-bottom: 0px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
}


.review-marquee {
  width: 100%;
  overflow: hidden;
}

.review-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  min-width: 340px;
  max-width: 340px;
  height: 150px;
  flex-shrink: 0;
}

.cs-review-section{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.cs-review-heading {
  color: rgb(120, 108, 94);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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



@media (max-width: 576px) {

  .cs-records {
    min-height: auto;
    padding: 80px 20px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .records {
    margin: 0 auto 40px auto;
    width: 100%;
    text-align: center;
  }

  .record-title {
    font-size: 22px;
  }

  .record-number {
    font-size: 26px;
  }

  .record-subtitle {
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {

  .cs-records {
    padding: 100px 40px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .records {
    margin: 0 auto 50px auto;
    width: 280px;
    text-align: center;
  }

  .record-title {
    font-size: 32px;
  }

  .record-number {
    font-size: 30px;
  }

  .record-subtitle {
    font-size: 12px;
    width: 100%;
  }
}

.carousel-image {
  filter: brightness(75%);
}
