* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #0f100e;
  color: #fff;
}
.navbar {
  font-size: 16px;
  background: transparent !important;
}
.navbar-brand {
  padding: 10px;
  font-size: 18px;
  background: linear-gradient(135deg, #d0d056 0%, #ffffff 100%);
  border-radius: 30px;
  text-align: center;
  color: #000000;
}
.navbar-brand:hover {
  color: #7c7c5f;
}
.navbar li {
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
}
.logo a {
  display: block;
  text-decoration: none;
  color: #d0d056 !important;
  transition: all 0.3s ease;
}
a{
  text-decoration: none;
  color: #5e5e1b;
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/background.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}
.text-center p {
  font-weight: 600;
}
.text-center p:hover {
  color: #d0d056;
}
.choice {
  color: #fff;
  padding: 150px 0 !important;
}
.menu-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.star-rating {
  color: #ffc107;
  font-size: 1.2rem;
}

.about-image {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #d0d056 0%, #0f100e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 1rem;
}
#chefs .container {
  background-color: aliceblue;
}
.chef-card {
  text-align: center;
  padding: 1.5rem;
}

.chef-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #d0d056 0%, #ecefe3 100%);
}
#reservation .container {
  max-width: 1920px;
  min-height: 950px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("img/background-banner.avif");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reservation-form {
  background: linear-gradient(135deg, #d0d056 0%, #262625 100%);
  color: white;
  border-radius: 15px;
  padding: 35px;
}

section {
  padding: 150px 0;
}
.stats-counter {
  text-align: center;
  padding: 2rem 1rem;
  color: #d0d056;
}

.contactForm {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
}
.stats-number {
  font-size: 3rem;
  font-weight: bold;
  color: #d0d056;
  display: block;
}
.col-sm-6 {
  color: #d0d056 !important;
}
.nav-link {
  margin-left: 20px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #d0d056 !important;
  border: 2px solid #d0d056;
  margin-left: 10px;
  border-radius: 30px;
  padding: 7px 10px;
}

.btn-primary {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #d0d056;
}
button {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  transition: all 0.3s ease;
  color: #fff !important;
}
button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #d0d056;
  color: #fff !important;
}
.badge {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  transition: all 0.3s ease;
  color: #fff !important;
}
.badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #d0d056;
  color: #fff !important;
}
.menu-fig :hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #d0d056;
  color: #fff !important;
}
#login-btn a {
  padding: 10px;
  font-size: 16px;
  margin-left: 30px;
}
a {
  text-decoration: none;
}
footer .logo {
  margin-bottom: 15px;
}
/* css for login page */

.login {
        background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      }

      .auth-container {
        width: 100%;
        max-width: 900px;
        padding: 20px;
      }

      .auth-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 15px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden;
      }

      .auth-form {
        padding: 50px 40px;
      }

      .form-title {
        font-size: 28px;
        font-weight: 700;
        color: #2c2c2c;
        margin-bottom: 10px;
      }

      .form-subtitle {
        font-size: 14px;
        color: #777;
        margin-bottom: 30px;
      }

      .form-group {
        margin-bottom: 20px;
      }

      .form-label {
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
        display: block;
        font-size: 14px;
      }

      .form-control {
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        padding: 12px 15px;
        font-size: 14px;
        transition: all 0.3s ease;
      }

      .form-control:focus {
        border-color: #b4a84a;
        box-shadow: 0 0 0 3px rgba(180, 168, 74, 0.1);
      }
      a {
        text-decoration: none;
        color: #5e5e1b;
      }
      .btn-auth {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        cursor: pointer;
        margin-top: 10px;
      }

      .btn-signin {
        background: #b4a84a;
        color: white;
      }

      .btn-signin:hover {
        background: #9d9140;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(180, 168, 74, 0.3);
      }

      .btn-signup {
        background: #333;
        color: white;
      }

      .btn-signup:hover {
        background: #555;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      }

      .form-divider {
        display: flex;
        align-items: center;
        margin: 30px 0;
        color: #999;
        font-size: 13px;
      }

      .form-divider::before,
      .form-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #e0e0e0;
      }

      .form-divider span {
        margin: 0 10px;
      }

      .social-login {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }

      .btn-social {
        padding: 10px;
        border: 2px solid #e0e0e0;
        background: white;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
        font-size: 14px;
      }

      .btn-social:hover {
        border-color: #b4a84a;
        background: #f9f9f9;
      }

      .toggle-form {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: #666;
      }

      .toggle-form a {
        color: #b4a84a;
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
      }

      .toggle-form a:hover {
        text-decoration: underline;
      }

      .brand-section {
        background: linear-gradient(135deg, #b4a84a 0%, #9d9140 100%);
        color: white;
        padding: 50px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .brand-logo {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
      }

      .brand-description {
        font-size: 16px;
        line-height: 1.6;
        opacity: 0.95;
      }

      .checkbox-group {
        display: flex;
        align-items: center;
        margin: 20px 0;
      }

      .form-check-input {
        width: 18px;
        height: 18px;
        border: 2px solid #b4a84a;
        border-radius: 4px;
        cursor: pointer;
        margin-right: 8px;
      }

      .form-check-input:checked {
        background-color: #b4a84a;
        border-color: #b4a84a;
      }

      .form-check-label {
        cursor: pointer;
        font-size: 14px;
        color: #666;
        margin: 0;
      }

      .hidden-form {
        display: none;
      }

/* about page css */

.hero-about {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("img/about-background.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
  color: white;
}

.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin: 32px 0;
  width: 45%;
}

.timeline-item:nth-child(odd) {
  margin-left: auto;
  text-align: left;
}

.timeline-item:nth-child(even) {
  margin-right: auto;
  text-align: right;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #d0d056;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px #d0d056;
}

.timeline-item:nth-child(odd)::before {
  left: -10px;
}

.timeline-item:nth-child(even)::before {
  right: -10px;
}

.timeline-content {
  padding: 1.5rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
}

.chef-profile {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.chef-profile:hover {
  transform: translateY(-10px);
}

.chef-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 6px solid #d0d056;
}

.award-item {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  border-radius: 20px;
  color: white;
  height: 100%;
  transition: transform 0.3s ease;
}

.award-item:hover {
  transform: scale(1.05);
}

.award-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.stats-section {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  padding: 4rem 0;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.values-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.values-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.values-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
}
/* menu section css */

.hero-menu {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("img/menu-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
  color: white;
}

.menu-category {
  margin-bottom: 4rem;
}

.menu-itemA {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.menu-itemA img {
  height: 250px;
  width: 350px;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.menu-itemA:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.menu-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.menu-item-image {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.price-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.special-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.category-header {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.category-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  animation: float 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50px, -50px) rotate(360deg);
  }
}

.dietary-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.dietary-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
}

.vegetarian {
  background-color: #28a745;
}
.vegan {
  background-color: #20c997;
}
.gluten-free {
  background-color: #ffc107;
  color: #fff;
}
.spicy {
  background-color: #dc3545;
}

.menu-filters {
  background: linear-gradient(135deg, #5e5e1b 0%, #000000 100%);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  position: sticky;
  top: 80px;
  z-index: 100;
}

.filter-btn {
  border: 2px solid #d0d056;
  color: #d0d056;
  background: transparent;
  border-radius: 25px;
  padding: 8px 20px;
  margin: 5px;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  border-color: #fff;
}

.menu-description {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.chef-recommendation {
  border: 3px solid #d0d056;
  position: relative;
}

.chef-badge {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #d0d056;
  color: #fefefe;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

.wine-pairing {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1rem;
  border-left: 4px solid #d0d056;
}

.ingredients-list {
  font-size: 0.85rem;
  color: #0f0e0e;
  font-style: italic;
  margin-top: 0.5rem;
  font-weight: 600;
}
/* review page css */
.testimonial-page {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #111111 0%, #abab40 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.testimonials-section {
  width: 100%;
  max-width: 1200px;
}

.section-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 1px;
  animation: fadeInDown 0.8s ease-out;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.testimonial-card {
  background: linear-gradient(135deg, #abab40 0%, #f5f5f5 100%);
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  animation: slideUp 0.6s ease-out forwards;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-card:nth-child(1) {
  animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
  animation-delay: 0.3s;
}

.testimonial-card:nth-child(3) {
  animation-delay: 0.5s;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.testimonial-card:hover::before {
  left: 100%;
}

.star-rating {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  animation: starGlow 0.8s ease-out;
}

.star-rating i {
  color: #ffc107;
  font-size: 22px;
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.6);
  animation: starPulse 1.5s ease-in-out infinite;
}

.star-rating i:nth-child(1) {
  animation-delay: 0s;
}

.star-rating i:nth-child(2) {
  animation-delay: 0.2s;
}

.star-rating i:nth-child(3) {
  animation-delay: 0.4s;
}

.star-rating i:nth-child(4) {
  animation-delay: 0.6s;
}

.star-rating i:nth-child(5) {
  animation-delay: 0.8s;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
  animation: slideInRight 0.8s ease-out 0.4s forwards;
  opacity: 0;
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 15px;
  animation: slideInLeft 0.8s ease-out 0.5s forwards;
  opacity: 0;
}

.customer-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.customer-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 15px;
}

.customer-title {
  color: #888;
  font-size: 13px;
}

.cta-button {
  background: linear-gradient(135deg, #abab40 0%, #222320 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
  animation: bounceIn 0.8s ease-out 0.7s forwards;
  opacity: 0;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
  color: white;
  text-decoration: none;
}

.cta-button:active {
  transform: translateY(-1px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes starPulse {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.6);
  }
  50% {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(255, 193, 7, 1);
  }
}

@keyframes starGlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.scroll-indicator {
  text-align: center;
  margin-top: 40px;
  animation: fadeInUp 1s ease-out 1s infinite;
}

.scroll-indicator-text {
  color: #aaa;
  font-size: 14px;
}

@keyframes fadeInUp {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
 /* css for welcome-page */

 
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: calc(100% - 50px);
    margin-left: 50px !important;
    text-align: left !important;
  }

  .timeline-item::before {
    left: -40px !important;
  }
}


/* Add these media queries to your existing CSS file */

/* 1299px and below - Large desktops */
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
  
  .hero, .hero-about, .hero-menu {
    height: 90vh;
  }
  
  section {
    padding: 100px 0;
  }
  
  .menu-itemA img {
    width: 100%;
    height: 220px;
  }
  
  #reservation .container {
    min-height: 850px;
  }
}

/* 1199px and below - Medium desktops */
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  
  .navbar-brand {
    font-size: 16px;
    padding: 8px 15px;
  }
  
  .navbar li {
    font-size: 16px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .auth-wrapper {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .brand-section {
    display: none;
  }
  
  .timeline::before {
    left: 30px;
  }
  
  .timeline-item {
    width: 100%;
    padding-left: 80px;
    text-align: left !important;
  }
  
  .timeline-item:nth-child(even) {
    margin-right: 0;
  }
  
  .timeline-item::before {
    left: 20px !important;
  }
  
  .stats-number, .stat-number {
    font-size: 2.5rem;
  }
}

/* 1024px and below - Tablets landscape */
@media (max-width: 1024px) {
  .container {
    max-width: 720px;
  }
  
  .hero, .hero-about, .hero-menu {
    height: 70vh;
  }
  
  section {
    padding: 80px 0;
  }
  
  .choice {
    padding: 100px 0 !important;
  }
  
  .menu-item img, .menu-itemA img {
    height: 200px;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  
  .chef-image {
    width: 130px;
    height: 130px;
  }
  
  .reservation-form {
    padding: 25px;
  }
  
  #reservation .container {
    min-height: 750px;
  }
  
  .values-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
}

/* 991px and below - Tablets portrait */
@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(15, 16, 14, 0.95);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
  
  .nav-link {
    margin-left: 0 !important;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover {
    margin-left: 0 !important;
    padding: 10px;
  }
  
  #login-btn a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .hero, .hero-about, .hero-menu {
    height: 60vh;
  }
  
  .social-login {
    grid-template-columns: 1fr;
  }
  
  .menu-filters {
    position: relative;
    top: 0;
  }
  
  .filter-btn {
    padding: 6px 15px;
    font-size: 14px;
  }
  
  .stats-section {
    padding: 3rem 0;
  }
  
  .award-icon {
    font-size: 2.5rem;
  }
}

/* 768px and below - Mobile landscape */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  
  .hero, .hero-about, .hero-menu {
    height: 50vh;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .text-center p {
    font-size: 14px;
  }
  
  section {
    padding: 60px 0;
  }
  
  .choice {
    padding: 80px 0 !important;
  }
  
  .navbar-brand {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .testimonial-card, .chef-profile, .values-card {
    padding: 1.5rem;
  }
  
  .stats-number, .stat-number {
    font-size: 2rem;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .auth-form {
    padding: 30px 20px;
  }
  
  #reservation .container {
    min-height: 650px;
    padding: 20px;
  }
  
  .reservation-form {
    padding: 20px;
  }
  
  .menu-item img, .menu-itemA img {
    height: 180px;
  }
  
  .menu-itemA {
    margin-left: 0;
    padding: 20px;
  }
  
  .price-tag, .special-badge {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
  
  .category-header {
    padding: 1.5rem;
  }
  
  .timeline-item {
    padding-left: 60px;
  }
  
  .timeline-content {
    padding: 1rem;
  }
  
  .chef-image {
    width: 120px;
    height: 120px;
  }
  
  .contactForm {
    flex-direction: column;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/* 575px and below - Mobile portrait */
@media (max-width: 575px) {
  .hero, .hero-about, .hero-menu {
    height: 45vh;
    padding: 20px;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .text-center p {
    font-size: 13px;
  }
  
  section {
    padding: 50px 0;
  }
  
  .choice {
    padding: 60px 0 !important;
  }
  
  .navbar-brand {
    font-size: 13px;
    padding: 5px 10px;
  }
  
  .navbar li {
    font-size: 14px;
  }
  
  .btn-primary, button, .badge {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .stats-number, .stat-number {
    font-size: 1.8rem;
  }
  
  .form-title {
    font-size: 22px;
  }
  
  .menu-item img, .menu-itemA img {
    height: 160px;
  }
  
  .menu-itemA {
    padding: 15px;
  }
  
  .price-tag {
    font-size: 0.85rem;
    padding: 5px 10px;
    top: 15px;
    right: 15px;
  }
  
  .special-badge {
    font-size: 0.7rem;
    padding: 4px 8px;
    top: 15px;
    left: 15px;
  }
  
  .dietary-icon {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
  }
  
  .filter-btn {
    padding: 5px 12px;
    font-size: 12px;
    margin: 3px;
  }
  
  .menu-filters {
    padding: 1.5rem;
  }
  
  #reservation .container {
    min-height: 550px;
  }
  
  .reservation-form {
    padding: 15px;
  }
  
  .chef-image {
    width: 100px;
    height: 100px;
  }
  
  .values-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
  
  .award-icon {
    font-size: 2rem;
  }
  
  .timeline::before {
    left: 20px;
  }
  
  .timeline-item {
    padding-left: 50px;
  }
  
  .testimonial-card {
    padding: 1.2rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .cta-button {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* 420px and below - Small mobile */
@media (max-width: 420px) {
  .hero, .hero-about, .hero-menu {
    height: 40vh;
  }
  
  .hero h1 {
    font-size: 1.5rem;
  }
  
  .text-center p {
    font-size: 12px;
  }
  
  section {
    padding: 40px 0;
  }
  
  .choice {
    padding: 50px 0 !important;
  }
  
  .navbar-brand {
    font-size: 12px;
  }
  
  .navbar li {
    font-size: 13px;
  }
  
  .btn-primary, button, .badge {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .menu-item img, .menu-itemA img {
    height: 140px;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .stats-number, .stat-number {
    font-size: 1.5rem;
  }
  
  .form-title {
    font-size: 20px;
  }
  
  .form-control {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  #reservation .container {
    min-height: 500px;
  }
  
  .reservation-form {
    padding: 12px;
  }
  
  .chef-image {
    width: 90px;
    height: 90px;
  }
  
  .values-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .section-title {
    font-size: 1.3rem;
  }
  
  .menu-description {
    font-size: 0.8rem;
  }
  
  .ingredients-list {
    font-size: 0.75rem;
  }
  
  .testimonial-text {
    font-size: 14px;
  }
  
  .customer-avatar {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

/* 375px and below - iPhone SE, iPhone 6/7/8 */
@media (max-width: 375px) {
  .hero, .hero-about, .hero-menu {
    height: 38vh;
    padding: 15px;
  }
  
  .hero h1 {
    font-size: 1.4rem;
  }
  
  section {
    padding: 35px 0;
  }
  
  .navbar-brand {
    font-size: 11px;
    padding: 4px 8px;
  }
  
  .menu-item img, .menu-itemA img {
    height: 130px;
  }
  
  .menu-itemA {
    padding: 12px;
  }
  
  .price-tag {
    font-size: 0.8rem;
    padding: 4px 8px;
  }
  
  .filter-btn {
    padding: 4px 10px;
    font-size: 11px;
  }
  
  .testimonial-card {
    padding: 1rem;
  }
  
  .star-rating i {
    font-size: 18px;
  }
  
  .cta-button {
    padding: 10px 25px;
    font-size: 13px;
  }
  
  .auth-form {
    padding: 25px 15px;
  }
  
  .btn-auth {
    padding: 10px;
    font-size: 14px;
  }
}

/* 320px and below - Smallest mobile devices */
@media (max-width: 320px) {
  body {
    font-size: 12px;
  }
  
  .hero, .hero-about, .hero-menu {
    height: 35vh;
    padding: 10px;
  }
  
  .hero h1 {
    font-size: 1.2rem;
  }
  
  .text-center p {
    font-size: 11px;
  }
  
  section {
    padding: 30px 0;
  }
  
  .choice {
    padding: 40px 0 !important;
  }
  
  .navbar-brand {
    font-size: 10px;
    padding: 4px 6px;
  }
  
  .navbar li {
    font-size: 12px;
  }
  
  .btn-primary, button, .badge {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .menu-item img, .menu-itemA img {
    height: 120px;
  }
  
  .menu-itemA {
    padding: 10px;
  }
  
  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  
  .stats-number, .stat-number {
    font-size: 1.3rem;
  }
  
  .form-title {
    font-size: 18px;
  }
  
  .form-control {
    padding: 8px 10px;
    font-size: 12px;
  }
  
  .reservation-form {
    padding: 10px;
  }
  
  .chef-image {
    width: 80px;
    height: 80px;
  }
  
  .values-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .values-card, .chef-profile, .award-item {
    padding: 1rem;
  }
  
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .section-title:after {
    width: 60px;
    height: 2px;
  }
  
  .price-tag {
    font-size: 0.75rem;
    padding: 3px 6px;
    top: 10px;
    right: 10px;
  }
  
  .special-badge {
    font-size: 0.65rem;
    padding: 3px 6px;
    top: 10px;
    left: 10px;
  }
  
  .dietary-icon {
    width: 18px;
    height: 18px;
    font-size: 0.55rem;
  }
  
  .filter-btn {
    padding: 4px 8px;
    font-size: 10px;
    margin: 2px;
  }
  
  .menu-filters {
    padding: 1rem;
  }
  
  .menu-description {
    font-size: 0.75rem;
  }
  
  .ingredients-list {
    font-size: 0.7rem;
  }
  
  .testimonial-card {
    padding: 0.8rem;
  }
  
  .testimonial-text {
    font-size: 12px;
  }
  
  .customer-avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .customer-name {
    font-size: 13px;
  }
  
  .customer-title {
    font-size: 11px;
  }
  
  .star-rating i {
    font-size: 16px;
    gap: 5px;
  }
  
  .cta-button {
    padding: 8px 20px;
    font-size: 12px;
  }
  
  .timeline-item {
    padding-left: 40px;
  }
  
  .timeline::before {
    left: 15px;
  }
  
  .timeline-item::before {
    width: 15px;
    height: 15px;
    left: 8px !important;
  }
  
  .auth-form {
    padding: 20px 12px;
  }
  
  .btn-auth {
    padding: 8px;
    font-size: 13px;
  }
  
  .form-label {
    font-size: 12px;
  }
}

/* Utility classes for responsive spacing */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Ensure images are responsive */
@media (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto;
  }
  
  .about-image {
    margin-bottom: 20px;
  }
}

/* Grid adjustments for smaller screens */
@media (max-width: 768px) {
  .testimonials-grid,
  .social-login {
    gap: 15px;
  }
}

/* Navigation improvements for mobile */
@media (max-width: 991px) {
  .navbar-toggler {
    border-color: #d0d056;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(208, 208, 86, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

/* Footer Responsive Styles */
@media (max-width: 991px) {
  footer {
    padding: 40px 0 20px;
  }
  
  footer .logo img {
    max-width: 120px;
  }
  
  footer h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  
  footer p, footer ul li {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  footer {
    text-align: center;
    padding: 30px 0 15px;
  }
  
  footer .row > div {
    margin-bottom: 25px;
  }
  
  footer ul {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  footer h5 {
    font-size: 14px;
  }
  
  footer p, footer ul li {
    font-size: 12px;
  }
}

/* Contact Form Responsive */
@media (max-width: 768px) {
  .contactForm {
    padding: 20px;
  }
  
  .contactForm input,
  .contactForm textarea,
  .contactForm select {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .contactForm {
    padding: 15px;
  }
  
  .contactForm h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .contactForm h2 {
    font-size: 1.3rem;
  }
  
  .contactForm input,
  .contactForm textarea,
  .contactForm select {
    font-size: 13px;
    padding: 8px;
  }
}

/* Menu Category Responsive */
@media (max-width: 991px) {
  .menu-category {
    margin-bottom: 3rem;
  }
  
  .category-header h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .menu-category {
    margin-bottom: 2.5rem;
  }
  
  .category-header {
    padding: 1.2rem;
  }
  
  .category-header h2 {
    font-size: 1.5rem;
  }
  
  .wine-pairing {
    padding: 0.8rem;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .menu-category {
    margin-bottom: 2rem;
  }
  
  .category-header h2 {
    font-size: 1.3rem;
  }
  
  .chef-recommendation {
    border-width: 2px;
  }
  
  .chef-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
}

@media (max-width: 420px) {
  .category-header h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .category-header h2 {
    font-size: 1.1rem;
  }
  
  .wine-pairing {
    font-size: 11px;
    padding: 0.6rem;
  }
}

/* Stats Counter Responsive */
@media (max-width: 991px) {
  .stats-counter {
    padding: 1.5rem 0.8rem;
  }
}

@media (max-width: 768px) {
  .stats-counter {
    padding: 1.2rem 0.5rem;
  }
  
  .stats-counter p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .stats-counter {
    padding: 1rem 0.5rem;
  }
  
  .stats-counter p {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .stats-counter p {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .stats-counter {
    padding: 0.8rem 0.3rem;
  }
  
  .stats-counter p {
    font-size: 11px;
  }
}

/* Chef Card Responsive */
@media (max-width: 991px) {
  .chef-card {
    padding: 1.2rem;
  }
  
  #chefs .container {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .chef-card {
    padding: 1rem;
  }
  
  .chef-card h4 {
    font-size: 1.1rem;
  }
  
  .chef-card p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  #chefs .container {
    padding: 20px 10px;
  }
  
  .chef-card h4 {
    font-size: 1rem;
  }
  
  .chef-card p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .chef-card {
    padding: 0.8rem;
  }
}

@media (max-width: 320px) {
  .chef-card h4 {
    font-size: 0.9rem;
  }
  
  .chef-card p {
    font-size: 11px;
  }
}

/* Chef Profile (About Page) Responsive */
@media (max-width: 991px) {
  .chef-profile {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .chef-profile h3 {
    font-size: 1.3rem;
  }
  
  .chef-profile p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .chef-profile h3 {
    font-size: 1.2rem;
  }
  
  .chef-profile p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .chef-profile h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .chef-profile {
    padding: 1.5rem;
  }
  
  .chef-profile h3 {
    font-size: 1rem;
  }
  
  .chef-profile p {
    font-size: 11px;
  }
}

/* Award Item Responsive */
@media (max-width: 991px) {
  .award-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .award-item {
    padding: 1.5rem;
  }
  
  .award-item h4 {
    font-size: 1.2rem;
  }
  
  .award-item p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .award-item h4 {
    font-size: 1.1rem;
  }
  
  .award-item p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .award-item {
    padding: 1.2rem;
  }
  
  .award-item h4 {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .award-item {
    padding: 1rem;
  }
  
  .award-item h4 {
    font-size: 0.95rem;
  }
  
  .award-item p {
    font-size: 11px;
  }
}

/* Values Card Responsive */
@media (max-width: 991px) {
  .values-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .values-card {
    padding: 2rem;
  }
  
  .values-card h4 {
    font-size: 1.2rem;
  }
  
  .values-card p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .values-card h4 {
    font-size: 1.1rem;
  }
  
  .values-card p {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .values-card h4 {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .values-card h4 {
    font-size: 0.95rem;
  }
  
  .values-card p {
    font-size: 11px;
  }
}

/* Testimonial Page Specific Responsive */
@media (max-width: 991px) {
  .testimonial-page {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-page {
    padding: 25px 12px;
  }
  
  .testimonials-section {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .testimonial-page {
    padding: 20px 10px;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 420px) {
  .testimonial-page {
    padding: 15px 8px;
  }
}

@media (max-width: 320px) {
  .testimonial-page {
    padding: 12px 6px;
  }
  
  .section-title {
    margin-bottom: 30px;
  }
}

/* Login Page Auth Container Responsive */
@media (max-width: 991px) {
  .auth-container {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .login {
    padding: 20px 0;
  }
  
  .auth-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .auth-wrapper {
    max-width: 95%;
  }
  
  .form-divider {
    margin: 20px 0;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .auth-wrapper {
    border-radius: 10px;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .checkbox-group {
    margin: 15px 0;
  }
  
  .form-check-input {
    width: 16px;
    height: 16px;
  }
  
  .form-check-label {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .form-group {
    margin-bottom: 12px;
  }
  
  .form-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .checkbox-group {
    margin: 12px 0;
  }
  
  .toggle-form {
    font-size: 12px;
  }
}

/* Reservation Section Responsive */
@media (max-width: 991px) {
  #reservation .container {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  #reservation .container {
    background-position: center center;
  }
  
  .reservation-form h2 {
    font-size: 1.5rem;
  }
  
  .reservation-form label {
    font-size: 13px;
  }
  
  .reservation-form input,
  .reservation-form select {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  #reservation .container {
    padding: 20px 15px;
  }
  
  .reservation-form h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 420px) {
  .reservation-form h2 {
    font-size: 1.2rem;
  }
  
  .reservation-form label {
    font-size: 12px;
  }
  
  .reservation-form input,
  .reservation-form select {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 320px) {
  #reservation .container {
    padding: 15px 10px;
    min-height: 450px;
  }
  
  .reservation-form h2 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}

/* Scroll Indicator Responsive */
@media (max-width: 768px) {
  .scroll-indicator {
    margin-top: 30px;
  }
  
  .scroll-indicator-text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .scroll-indicator {
    margin-top: 25px;
  }
}

@media (max-width: 420px) {
  .scroll-indicator-text {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .scroll-indicator {
    margin-top: 20px;
  }
  
  .scroll-indicator-text {
    font-size: 10px;
  }
}

/* Hover Effects Disable for Touch Devices */
@media (hover: none) and (pointer: coarse) {
  .menu-item:hover,
  .menu-itemA:hover,
  .testimonial-card:hover,
  .chef-profile:hover,
  .values-card:hover,
  .award-item:hover {
    transform: none;
  }
  
  .btn-primary:hover,
  button:hover,
  .badge:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Landscape Orientation Adjustments */
@media (max-width: 991px) and (orientation: landscape) {
  .hero, .hero-about, .hero-menu {
    height: 80vh;
  }
  
  section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .hero, .hero-about, .hero-menu {
    height: 70vh;
  }
}

@media (max-width: 575px) and (orientation: landscape) {
  .hero, .hero-about, .hero-menu {
    height: 100vh;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
}