/* ===== BASE RESPONSIVE STYLES ===== */
:root {
  --primary-color: #ed5513;
  --secondary-color: #003366;
  --error-color: #ce0b0b;
  --accent-color: #e3631b;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f8f8f8;
}

/* ===== NAVIGATION STYLES ===== */
.navtop {
  padding: clamp(8px, 2vw, 15px);
  background: var(--primary-color);
}

.navtop-row {
  margin: 0;
  align-items: center;
}
.drinks h2 {
  font-size: clamp(24px, 5vw, 35px);
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: 400px;
}

.navtop-item {
  padding: clamp(6px, 1.5vw, 10px) clamp(10px, 2vw, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}


.navtop-item a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.5vw, 10px);
  font-size: clamp(12px, 1.8vw, 14px);
  transition: all 0.3s ease;
  font-weight: 500;
}

.navtop-item a:hover {
  color: #000000;
  transform: scale(1.05);
}

.navtop-item i {
  font-size: clamp(14px, 2vw, 16px);
}

.navtop-social {
  display: flex;
  gap: clamp(8px, 2vw, 15px);
  justify-content: center;
  align-items: center;
}

.navtop-social a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(16px, 3vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.navtop-social a:hover {
  color: #000000;
  transform: scale(1.2);
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 8px 15px;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
  flex-wrap: wrap;
  gap: 10px;
}

.vv {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  order: 3;
}

.vv i {
  font-size: clamp(16px, 3vw, 20px);
  color: var(--primary-color);
}

.login-btn {
  background: var(--error-color);
  color: white;
  border: none;
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: clamp(12px, 2vw, 14px);
  transition: background 0.3s ease;
}

.login-btn:hover {
  background: #e63939;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: clamp(80px, 15vw, 120px);
  height: auto;
  max-height: 90px;
}

.nav-link {
  color: var(--primary-color);
  font-size: clamp(16px, 3vw, 25px);
}

.logo h2 {
  color: var(--secondary-color);
  font-size: clamp(16px, 3vw, 22px);
  margin: 0;
}

/* .menu {
  display: flex;
  gap: clamp(15px, 3vw, 25px);
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  order: 2;
} */


.menu {
    display: flex;
    gap: clamp(0px, 3vw, 2px);
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    order: 2;
    margin-left: 10px;
}

#menu-toggle {
  display: none;
}
.a h1{  
    font-size: 2.5rem;
    font-weight: 600;
    color: #ed5513;
    
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--primary-color);
  padding: 5px 10px;
  order: 1;
  transition: all 0.3s ease;
}

.menu a {
  position: relative;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: clamp(12px, 2.5vw, 16px);
  transition: color 0.3s ease;
  padding: 5px 10px;
}
.menu a:hover {
  color: #fff;
  background: var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
}
.chef-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  max-width: 350px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border: 2px solid var(--primary-color);
  transition: transform 0.3s ease;
  flex: 0 1 calc(50% - 10px);
 
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  z-index: 100;
  border-radius: 4px;
}

.dropdown-content a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: clamp(12px, 2vw, 14px);
}

.dropdown-content a:hover {
  background: rgb(214, 214, 43);
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* ===== MENU ITEMS SECTION (CATEGORIES) ===== */
.a {
  margin-top: 20px;
}

.qqqq-section {
  padding: clamp(30px, 5vw, 50px) 0;
}
.j h2{
  margin-left: 400px;
}
.qqqq-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 4vw, 40px);
  padding: 0 clamp(15px, 3vw, 30px);
}

.qqqq, .qw, .we, .er, .rr, .rs, .rp, .pp {  
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 1 auto;
  width: 100%;
  max-width: 120px;
  margin: 0;
}

.qqqq a, .qw a, .we a, .er a, .rr a, .rs a, .rp a, .pp a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.qqqq a:hover, .qw a:hover, .we a:hover, .er a:hover, 
.rr a:hover, .rs a:hover, .rp a:hover, .pp a:hover {
  transform: scale(1.1);
}

.qqqq img, .qw img, .we img, .er img, .rr img, .rs img, .rp img, .pp img {  
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qqqq, .qw, .we, .er, .rr, .rs, .rp, .pp {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.qqqq p, .qw p, .we p, .er p, .rr p, .rs p, .rp p, .pp p {
  font-size: clamp(12px, 2.5vw, 16px);
  margin: 12px 0 0 0;
  line-height: 1.4;
}

/* ===== CARD SECTIONS ===== */
.cc {
  padding: clamp(20px, 5vw, 50px);
}

.cc h2 {
  text-align: center;
  color: var(--primary-color);
  font-size: clamp(28px, 6vw, 40px);
  margin-bottom: 20px;
  font-weight: 600;
}

.cc p {
  padding: 10px;
  text-align: justify;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
}

.img {
  margin-top: -60px;
  text-align: center;
}

.img img {
  width: clamp(150px, 70vw, 90%);
  max-width: 90%;
  animation: rotateImg 6s linear infinite;
}

@keyframes rotateImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.img-box {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.star {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  padding: 5px 8px;
  border-radius: 5px;
  color: gold;
  font-size: clamp(12px, 2vw, 14px);
}

.v h2 {
  margin-bottom: 10px;
  color: var(--primary-color);
  text-align: center;
  font-size: clamp(28px, 6vw, 40px);
  margin-left: 400px;
  font-weight: 600;
}

.card h5 {
  color: var(--primary-color);
  font-size: clamp(14px, 2.5vw, 18px);
}

.dd, .d {
  background: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: clamp(20px, 5vw, 30px);
}

.dd .col-md-3, .d .col-md-3 {
  display: flex;
  justify-content: center;
}


.dd .card, .d .card {
  border: 1px solid var(--primary-color);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%;
}

.dd .card-body, .d .card-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dd .card-body h5, .d .card-body h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.dd .card-body p, .d .card-body p {
  font-size: clamp(12px, 1.8vw, 14px);
  color: #555;
  line-height: 1.3;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.dd .card:hover, .d .card:hover {
  transform: scale(1.05);
}
/* ===== RESERVATION ===== */
.b {
  background-color: var(--primary-color);
  padding: clamp(20px, 5vw, 30px);
  margin-top: 30px;
}

.b a {
  color: #fff;
  text-decoration: none;
  text-align: justify;
}

.b li {
  list-style: none;
}

.reservation-container {
  width: 90%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: clamp(20px, 5vw, 40px);
}

.reservation-container h4 {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.reservation-container h1 {
  font-size: clamp(28px, 6vw, 38px);
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--primary-color);
}

.reservation-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.reservation-form input,
.reservation-form select {
  padding: 12px;
  font-size: clamp(14px, 2vw, 15px);
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  width: 100%;
}

.reservation-form button {
  grid-column: span 1;
  padding: 14px;
  background: #d30000;
  color: white;
  border: none;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        display: flex;
    }

.reservation-form button:hover {
  background: #a80000;
}

/* ===== ABOUT SECTION ===== */
.about {
  padding: clamp(20px, 5vw, 10%);
  margin-top: -50px;
  margin-top: 15px;
}

.about-container {
  display: flex;
  align-items: center;
  gap: clamp(20px, 5vw, 50px);
  flex-wrap: wrap;
}

.about-img img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  flex: 1 1 100%;
  min-width: 200px;
}

.about-text {
  flex: 1 1 100%;
  min-width: 200px;
}

.about-text h1 {
  font-size: clamp(28px, 6vw, 40px);
  margin-bottom: 20px;
  color: var(--primary-color);
}

.about-text p {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.6;
  text-align: justify;
}

/* ===== CHEF SECTION ===== */
.chef {
  background: #f5f5f5;
  text-align: center;
  padding: clamp(40px, 5vw, 70px) clamp(15px, 5vw, 10%);
}

.chef h2 {
  color: var(--primary-color);
  font-size: clamp(28px, 6vw, 35px);
  font-weight: 700;
  margin-bottom: 20px;
}
.combo {
  margin-top: 40px;
  margin-left: 120;
}
.chef-container {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 3vw, 30px);
  margin-top: 40px;
  flex-wrap: wrap;
}

.chef-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  max-width: 350px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border: 2px solid var(--primary-color);
  transition: transform 0.3s ease;
  flex: 0 1 calc(50% - 10px);
 
}

.chef-card:hover {
  transform: translateY(-10px);
}

.chef-card img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
}

.chef-card h3 {
  margin-top: 10px;
  font-size: 20px;
  font-size: 500;
  color: #ed5513;
}
/* ===== BANNER SECTION ===== */
.banner {
  position: relative;
  width: 100%;
  height: clamp(250px, 50vw, 500px);
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 90%;
  max-width: 800px;
}

.banner-text h1 {
  font-size: clamp(24px, 8vw, 55px);
  margin-bottom: 15px;
  line-height: 1.2;
}

.banner-text p {
  font-size: clamp(14px, 4vw, 22px);
  margin-bottom: 10px;
}

.banner-text a {
  text-decoration: none;
  color: #fff;
}

.banner-btn {
  display: inline-block;
  margin-top: 20px;
  padding: clamp(8px, 2vw, 12px) clamp(15px, 3vw, 25px);
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: clamp(14px, 2.5vw, 18px);
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.banner-btn:hover {
  background: var(--primary-color);
  transform: scale(1.05);
}

.qqqq a {
  text-decoration: none;
  color: var(--primary-color);
}

/* ===== DELIVERY BANNER ===== */
.delivery-banner {
  width: 90%;
  max-width: 1100px;
  background: var(--primary-color);
  border-radius: 15px;
  padding: clamp(20px, 5vw, 40px);
  color: white;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 40px);
  flex-wrap: wrap;
}

.text {
  max-width: 100%;
  flex: 1 1 300px;
  min-width: 200px;
}

.tag {
  font-size: clamp(11px, 2vw, 14px);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: bold;
}

.text h1 {
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.text h1 span {
  color: #ffffff;
  font-weight: 500;
}

.text h1 b {
  color: #ffd700;
}

.order-btn {
  margin-top: 15px;
  padding: clamp(8px, 2vw, 12px) clamp(15px, 3vw, 25px);
  border: none;
  background: white;
  color: var(--primary-color);
  font-size: clamp(14px, 2vw, 16px);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
}

.order-btn:hover {
  background: #ffd700;
  color: black;
}

.image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  animation: scooterMove 3s infinite ease-in-out;
  flex: 1 1 200px;
  min-width: 150px;
}

@keyframes scooterMove {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

.m {
  padding: clamp(40px, 5vw, 60px) 0;
}

.m p, .mv p {
  text-align: justify;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
}

.containerr {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: clamp(15px, 3vw, 30px);
  flex-wrap: wrap;
}



.cardd:hover {
  transform: translateY(-10px);
}


.xx img{
  width: 80%;
  margin-left: 10px;}
.vb img{
   width: 50%;
  margin-left: 50px;

}

.xy img{
    width: 90%;
  margin-left: 10px;
}
.ss {
  margin-top: 30px;
  text-align: center;
}

.ss h2 {
  color: var(--primary-color);
  font-size: clamp(28px, 6vw, 35px);
  font-weight: 700;
  margin-left: 400px;
}

.ss img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: cover;
}

.cardd h3 {
  margin: 15px 15px 10px 15px;
  padding: 0;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}

.cardd p {
  font-size: clamp(13px, 1.8vw, 15px);
  color: #333333;
  line-height: 1.5;
  margin: 0 15px 0 15px;
  padding: 0;
  text-align: justify;
  flex-grow: 1;
}

.price, .prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 15px 15px 15px;
  border-top: none;
}

.price span, .prices span {
  font-weight: bold;
  font-size: clamp(12px, 2vw, 14px);
}

.price button {
  background: #ff6b00;
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.price button:hover {
  background: #ed5513;
}

.qty-btn {
  background: var(--primary-color);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: var(--accent-color);
  transform: scale(1.1);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  background: #f4f9f4;
  padding: clamp(30px, 5vw, 50px) clamp(15px, 5vw, 40px);
}

.contact-box{
   background: white;
  padding: clamp(20px, 5vw, 30px);
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;

}


.contact-form-box {
  background: white;
  padding: clamp(20px, 5vw, 30px);
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  width: 150%;
  margin-left: 40px;
}

.contact-box h3,
.contact-form-box h3 {
  color: var(--accent-color);
  margin-bottom: 20px;
  font-size: clamp(16px, 2.5vw, 20px);
}

.contact-box p {
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact-box i {
  color: var(--accent-color);
  margin-right: 8px;
  font-size: clamp(14px, 2.5vw, 18px);
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: var(--accent-color);
  font-size: clamp(18px, 3vw, 20px);
  margin-right: 12px;
  transition: 0.3s;
  display: inline-block;
}

.social-icons a:hover {
  color: var(--primary-color);
  transform: scale(1.2);
}

.contact-form-box .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: clamp(13px, 2vw, 14px);
  width: 100%;
}

.contact-form-box .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 5px rgba(227, 99, 27, 0.3);
  outline: none;
}

/* ===== RESERVATIONS CONTAINER ===== */
.reservations-container {
  max-width: 950px;
  margin: clamp(30px, 5vw, 60px) auto;
  background: #ffffff;
  padding: clamp(20px, 5vw, 40px);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border: 1px solid var(--accent-color);
}

.reservations-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--accent-color);
  font-size: clamp(24px, 5vw, 32px);
}

.reservations-container .form-group {
  margin-bottom: 18px;
}

.reservations-container label {
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: block;
  font-size: clamp(12px, 2vw, 14px);
}

.reservations-container input,
.reservations-container select,
.reservations-container textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #9b9494;
  border-radius: 6px;
  font-size: clamp(13px, 2vw, 14px);
  transition: 0.3s;
  font-family: Arial, sans-serif;
}

.reservations-container textarea {
  height: 90px;
  resize: vertical;
  max-width: 100%;
}

.reservations-container input:focus,
.reservations-container select:focus,
.reservations-container textarea:focus {
  border-color: #e63946;
  outline: none;
  box-shadow: 0 0 5px rgba(230,57,70,0.3);
}

.reservations-container button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #e63946;
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.reservations-container button:hover {
  background: #c1121f;
}

#successBox {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #e8f9e9;
  border: 1px solid #28a745;
  border-radius: 6px;
  text-align: center;
}

#successBox h3 {
  color: #28a745;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.5vw, 18px);
}
/* ===== INFO SECTION ===== */
.info-section {
  padding: clamp(40px, 5vw, 60px) 0;
}

.info-box {
  border: 1px solid #bfa14a;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: white;
  flex-wrap: wrap;
}

.info-item {
  flex: 1 1 calc(33.33% - 10px);
  padding: clamp(20px, 3vw, 40px);
  border-right: 1px solid #bfa14a;
  min-width: 150px;
}

.info-item:last-child {
  border-right: none;
}

.info-item h5 {
  color: #000;
  letter-spacing: 3px;
  font-size: clamp(14px, 2.5vw, 20px);
  margin-bottom: 15px;
  font-weight: 700;
}

.info-item p {
  margin: 5px 0;
  font-size: clamp(12px, 2vw, 16px);
  color: #000;
  line-height: 1.5;
}

/* ===== DRINKS SECTION ===== */
.drinks {
  text-align: center;
  color: var(--accent-color);
  margin-top: 50px;
}

.drinks h2 {
  font-size: clamp(24px, 5vw, 35px);
  font-weight: 700;
  margin-bottom: 30px;
}

.drink {
  margin-top: 20px;
}

.drink p {
  color: #d30000;
  font-size: clamp(12px, 2vw, 14px);
}

.drink img {
  width: 100%;
  max-width: 150px;
  height: auto;
  transition: transform 0.4s;
  margin: 10px 0;
}

.drink img:hover {
  transform: scale(1.1);
}

/* ===== ANIMATIONS ===== */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== GALLERY SECTION ===== */
.j {
  margin-top: 30px;
  padding: 0 clamp(15px, 5vw, 30px);
}

.j h2 {
  color: var(--accent-color);
  font-size: clamp(24px, 5vw, 35px);
  font-weight: 700;
  text-align: center;
}

.gallery {
  margin-top: 20px;
}

.gal {
  padding: clamp(20px, 5vw, 50px);
}

.gal .card {
  border: 2px solid var(--accent-color);
  transition: transform 0.3s ease;
}

.gal .card:hover {
  transform: scale(1.05);
}

.gallery .card {
  border: 2px solid var(--accent-color);
  transition: transform 0.3s ease;
}

.gallery .card:hover {
  transform: scale(1.05);
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border: none;
}

.gallery-card img {
  width: 100%;
  height: clamp(150px, 40vw, 250px);
  object-fit: cover;
  transition: 0.5s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}

.overlay h5 {
  font-size: clamp(16px, 3vw, 22px);
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card:hover .overlay {
  opacity: 1;
}

/* ===== OFFERS SECTION ===== */
.offers {
  background: #fff8f0;
  padding: clamp(30px, 5vw, 50px) clamp(15px, 5vw, 30px);
}
.offers {
    width: 80%;
    margin: auto;
    padding: 20px;
}


.offer-title {
    font-size: clamp(24px, 5vw, 40px);
    font-weight: bold;
    color: #d62828;
    text-align: center;
    margin-top: 30px;
}
.offer-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.4s;
  position: relative;
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
}

.offer-card:hover {
  transform: translateY(-10px);
}

.offer-card img {
  height: clamp(150px, 30vw, 220px);
  width: 100%;
  object-fit: cover;
}

.offer-content {
  padding: 20px;
  text-align: center;
}

.offer-content h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.5vw, 18px);
}

.offer-content h5 {
  color: #d62828;
  margin: 10px 0;
  font-size: clamp(14px, 2.5vw, 18px);
}

.offer-content del {
  color: gray;
  font-size: clamp(12px, 2vw, 14px);
}

.discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background: red;
  color: white;
  padding: 5px 12px;
  font-size: clamp(11px, 2vw, 14px);
  border-radius: 5px;
  font-weight: bold;
}

.special-offer {
  background: #fff3e6;
  padding: clamp(40px, 8vw, 80px) clamp(15px, 5vw, 30px);
}

.offer-text h5 {
  color: #ff4d00;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: clamp(12px, 2vw, 14px);
}

.offer-text h1 {
  font-size: clamp(24px, 6vw, 48px);
  font-weight: bold;
  margin: 15px 0;
  color: #222;
}

.offer-text p {
  font-size: clamp(14px, 2.5vw, 16px);
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.offer-text h3 {
  color: #e63946;
  margin-bottom: 20px;
  font-size: clamp(18px, 3vw, 24px);
}

.offer-img img {
  max-width: 100%;
  width: 100%;
  max-width: 400px;
  height: auto;
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.combo-offer {
  background: #fff;
  padding: clamp(30px, 5vw, 50px) clamp(15px, 5vw, 30px);
}

.combo-title {
  font-size: clamp(28px, 6vw, 38px);
  font-weight: bold;
  color: #e63946;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 400px;
}

.combo-card {
  background: #fff8f0;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
}

.combo-card:hover {
  transform: translateY(-10px);
}

.combo-card img {
  width: 100%;
  height: clamp(150px, 30vw, 200px);
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.combo-card h5 {
  color: #e63946;
  margin: 10px 0;
  font-size: clamp(14px, 2.5vw, 18px);
}

.combo-card p {
  font-size: clamp(12px, 2vw, 14px);
  line-height: 1.5;
}

.hh, .ii, .kk {
  margin-left: 0;
}

.copyy {
  background: #e64703;
  padding:10px;
  text-align: center;
}

.copyy p {
  color: white;
  font-size: clamp(12px, 2vw, 14px);
  margin: 0;
  white-space: nowrap;
  margin-left: 180px;
}



.parallax {
  margin-top: 40px;
  background-image: url("../img/bg1.jpg");
  min-height: clamp(250px, 50vw, 400px);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* TABLET SCREENS (max-width: 1024px) */
@media (max-width: 1024px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        display: flex;
    }

  .navbar {
    padding: 10px;
  }

  .logo img {
    width: clamp(70px, 12vw, 100px);
  }

  .menu {
    gap: clamp(10px, 2vw, 20px);
  }

  .reservation-form {
    grid-template-columns: 1fr;
  }

  .about-container {
    gap: clamp(15px, 3vw, 30px);
  }

  .chef-container {
    gap: clamp(10px, 2vw, 20px);
  }

  .chef-card {
    max-width: 300px;
    flex: 0 1 calc(50% - 10px);
  }

  .banner-content {
    gap: clamp(15px, 3vw, 30px);
  }

  .info-item {
    flex: 1 1 calc(50% - 10px);
  }

  .offer-card,
  .combo-card {
    flex: 1 1 calc(50% - 10px);
  }
  .contact-form-box {
  background: white;
  padding: clamp(20px, 5vw, 30px);
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
 

}

}

/* MOBILE SCREENS (max-width: 768px) */
@media (max-width: 768px) {
  .navtop {
    padding: 10px 5px;
  }

  .navtop-item {
    padding: 8px 5px;
    min-height: 35px;
  }

  .navtop-item a {
    font-size: clamp(11px, 1.5vw, 12px);
    gap: 5px;
  }

  .img img {
    width: clamp(150px, 70vw, 90%);
    max-width: 90%;
    animation: rotateImg 6s linear infinite;
    margin-top: 90px;
  }

  .right {
    width: 90px;
  }

  .ss h2 {
    margin-left: 200px;
  }

  .drinks h2 {
    margin-left: 220px;
  }

  .v h2 {
    margin-left: 200px;
  }

  .navtop-item a i {
    font-size: clamp(14px, 2vw, 16px);
  }

  .navtop-social a {
    font-size: clamp(14px, 2vw, 18px);
  }

  .navtop-row {
    display: flex;
    flex-wrap: wrap;
  }

  .dd .card, .d .card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px 0;
  }

  .navbar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 10px 8px;
    align-items: stretch;
  }

  .logo {
    order: 0;
    display: flex;
    align-items: center;
    flex: 1;
  }

  .logo img {
    width: 70px;
    height: auto;
    margin-right: 0;
  }

  .hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    order: 2;
    min-width: 44px;
    min-height: 44px;
  }

  #menu-toggle:checked ~ .hamburger {
    background: rgba(237, 85, 19, 0.1);
    border-radius: 4px;
  }

  #menu-toggle:checked ~ .hamburger i {
    transform: rotate(90deg);
  }

  .menu {
    order: 3;
    width: 100%;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-top: 1px solid #e0e0e0;
  }

  #menu-toggle:checked ~ .menu {
    max-height: 500px;
    margin-left: -0;
  }

  .menu a {
    display: block;
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
  }

  .menu a:hover {
    background: rgba(237, 85, 19, 0.1);
  }

  .vv {
    order: 4;
    width: 100%;
    justify-content: flex-end;
    padding: 8px 15px;
    gap: 15px;
    border-top: 1px solid #e0e0e0;
  }

  .dropdown-content {
    position: static;
    display: none;
    box-shadow: none;
    min-width: auto;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown-content.active {
    display: block;
  }

  .banner {
    height: clamp(200px, 60vw, 300px);
  }

  .banner-text h1 {
    font-size: clamp(18px, 6vw, 32px);
  }

  .banner-text p {
    font-size: clamp(12px, 3vw, 16px);
  }

  .delivery-banner {
    margin-left: 0;
    width: 95%;
  }

  .banner-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text {
    max-width: 100%;
  }

  .image img {
    max-width: 250px;
  }

  .chef-container {
    flex-direction: column;
    align-items: center;
  }

  .chef-card {
    width: 100%;
    max-width: 300px;
    flex: 0 1 auto;
  }

  .about-container {
    flex-direction: column;
  }

  .about-img img {
    width: 100%;
    max-width: 300px;
  }

  .about-text {
    flex: 1 1 100%;
  }

  .cardd {
    flex: 1 1 calc(100% - 20px);
    max-width: 100%;
    width: 100%;
  }

  .containerr {
    flex-direction: column;
    align-items: center;
  }

  .info-item {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #bfa14a;
    padding: 20px 15px;
  }

  .info-item:last-child {
    border-bottom: none;
  }

  .info-box {
    flex-direction: column;
  }

  .gallery-card img {
    height: clamp(150px, 60vw, 200px);
  }

  .offer-card,
  .combo-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-box,
  .contact-form-box {
    margin-bottom: 15px;
  }

  .gal {
    padding: clamp(15px, 3vw, 30px);
  }

  .qqqq, .qw, .we, .er, .rr, .rs, .rp, .pp {
    flex: 1 1 calc(50% - 10px);
    max-width: 140px;
  }

  .qqqq img, .qw img, .we img, .er img, .rr img, .rs img, .rp img, .pp img {
    width: 100px;
    height: 100px;
  }
}


@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
.offer-img img{
  margin-top: 20px;
}
  .navbar {
    padding: 8px;
    position: sticky;
    top: 0;
  }

  .logo h2 {
    font-size: 14px;
  }
.v h2 {
  margin-bottom: 30px;
  color: var(--primary-color);
  text-align: center;
  font-size: clamp(28px, 6vw, 40px);
  margin-left: 10px;
}
  .hamburger {
    display: flex !important;
    min-width: 40px;
    min-height: 40px;
  }

  .menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  #menu-toggle:checked ~ .menu {
    max-height: 500px;
    margin-left: -0px;
  }

  .vv i {
    font-size: 16px;
  }

  .banner {
    height: clamp(150px, 70vw, 250px);
  }

  .banner-text h1 {
    font-size: clamp(16px, 5vw, 24px);
  }

  .delivery-banner {
    padding: 15px;
    margin: 15px auto;
  }

  .text h1 {
    font-size: clamp(18px, 5vw, 28px);
  }

  .image img {
    max-width: 200px;
  }

  .cc {
    padding: 15px;
  }

  .qqqq, .qw, .we, .er, .rr, .rs, .rp, .pp {
    max-width: 100px;
  }

  .qqqq img, .qw img, .we img, .er img, .rr img, .rs img, .rp img, .pp img {
    width: 80px;
    height: 80px;
  }

  .qqqq-section .container {
    gap: clamp(15px, 3vw, 25px);
  }

  .chef-card {
    max-width: 90%;
  }

  .cardd {
    width: 90%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .dd .card, .d .card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px 0;
  }

  .img-box {
    height: 150px;
    
  }

  .reservation-container {
    width: 95%;
    padding: 15px 10px;
  }

  .price,
  .prices {
    flex-direction: column;
    gap: 8px;
  }

  .price button {
    width: 30px;
    height: 30px;
   margin-top: -35px;
  }

  .gal {
    padding: 10px;
  }

  h1 {
    font-size: clamp(20px, 5vw, 32px);
  }

  .hh, .ii, .kk {
    margin-left: 0;
  }
  .contact-form-box {
  background: white;
  padding: clamp(20px, 5vw, 30px);
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  width: 100%;
  margin-left: 5px;
}
.gallery-card{
  width: 80%;
  margin-left: 25px;
  margin-bottom: 10px;
}
.j h2{
 margin-left: 35px;
}
.slider-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
  
    
}
.ss h2 {
    color: var(--primary-color);

    font-size: clamp(28px, 6vw, 35px);
    font-weight: 700;
    margin-left:10px;
}
.img img {
    
    animation: rotateImg 6s linear infinite;
    margin-top: 50px;
}
.login-popup {
    width: 280px;
    background: white;
    border-radius: 10px;
    padding: 25px;
}
.about-text h1 {
    font-size: clamp(28px, 6vw, 40px);
    margin-bottom: 20px;
    color: var(--primary-color);
    margin-top: 20px;
}
    .offer-card, .combo-card {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .combo-title {
    font-size: clamp(28px, 6vw, 38px);
    font-weight: bold;
    color: #e63946;
    text-align: center;
   margin-left: 0px;


    
}
.price span, .prices span {
    font-weight: bold;
    margin-left: -190px;
    font-size: clamp(12px, 2vw, 14px);
}

.copyy p {
  color: white;
  font-size: 10px;
  margin: 0;
 
}

}